Struct cfx_rpc_cfx_types::trace_eth::CallResult
source · pub struct CallResult { /* private fields */ }
Expand description
Call Result
Trait Implementations§
source§impl Clone for CallResult
impl Clone for CallResult
source§fn clone(&self) -> CallResult
fn clone(&self) -> CallResult
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 CallResult
impl Debug for CallResult
Auto Trait Implementations§
impl RefUnwindSafe for CallResult
impl Send for CallResult
impl Sync for CallResult
impl Unpin for CallResult
impl UnwindSafe for CallResult
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