pub struct Web3CallResult { /* private fields */ }
Trait Implementations§
Source§impl Clone for Web3CallResult
impl Clone for Web3CallResult
Source§fn clone(&self) -> Web3CallResult
fn clone(&self) -> Web3CallResult
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 Web3CallResult
impl Debug for Web3CallResult
Source§impl<'de> Deserialize<'de> for Web3CallResult
impl<'de> Deserialize<'de> for Web3CallResult
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for Web3CallResult
impl PartialEq for Web3CallResult
Source§impl Serialize for Web3CallResult
impl Serialize for Web3CallResult
impl StructuralPartialEq for Web3CallResult
Auto Trait Implementations§
impl Freeze for Web3CallResult
impl RefUnwindSafe for Web3CallResult
impl Send for Web3CallResult
impl Sync for Web3CallResult
impl Unpin for Web3CallResult
impl UnwindSafe for Web3CallResult
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