Struct cfx_rpc_cfx_types::trace::Create
source · pub struct Create {
pub space: Space,
pub from: RpcAddress,
pub value: U256,
pub gas: U256,
pub init: Bytes,
pub create_type: CreateType,
}
Fields§
§space: Space
§from: RpcAddress
§value: U256
§gas: U256
§init: Bytes
§create_type: CreateType
Trait Implementations§
source§impl PartialEq for Create
impl PartialEq for Create
impl StructuralPartialEq for Create
Auto Trait Implementations§
impl RefUnwindSafe for Create
impl Send for Create
impl Sync for Create
impl Unpin for Create
impl UnwindSafe for Create
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