Struct cfx_parity_trace_types::action_types::SetAuth
source · pub struct SetAuth {
pub space: Space,
pub address: Address,
pub chain_id: U256,
pub nonce: U256,
pub outcome: SetAuthOutcome,
pub author: Option<Address>,
}
Fields§
§space: Space
§address: Address
The address of the impl.
chain_id: U256
§nonce: U256
§outcome: SetAuthOutcome
The outcome of the create
The address of the author.
Implementations§
Trait Implementations§
source§impl PartialEq for SetAuth
impl PartialEq for SetAuth
impl StructuralPartialEq for SetAuth
Auto Trait Implementations§
impl Freeze for SetAuth
impl RefUnwindSafe for SetAuth
impl Send for SetAuth
impl Sync for SetAuth
impl Unpin for SetAuth
impl UnwindSafe for SetAuth
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more