Struct cfx_rpc_cfx_types::trace::CreateResult
source · pub struct CreateResult {
pub outcome: Outcome,
pub addr: RpcAddress,
pub gas_left: U256,
pub return_data: Bytes,
}
Fields§
§outcome: Outcome
§addr: RpcAddress
§gas_left: U256
§return_data: Bytes
Trait Implementations§
source§impl Clone for CreateResult
impl Clone for CreateResult
source§fn clone(&self) -> CreateResult
fn clone(&self) -> CreateResult
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for CreateResult
impl Debug for CreateResult
source§impl PartialEq for CreateResult
impl PartialEq for CreateResult
source§fn eq(&self, other: &CreateResult) -> bool
fn eq(&self, other: &CreateResult) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for CreateResult
impl Serialize for CreateResult
impl StructuralPartialEq for CreateResult
Auto Trait Implementations§
impl RefUnwindSafe for CreateResult
impl Send for CreateResult
impl Sync for CreateResult
impl Unpin for CreateResult
impl UnwindSafe for CreateResult
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