pub struct WalletFirstTx { /* private fields */ }Implementations§
Source§impl WalletFirstTx
impl WalletFirstTx
pub fn balance_change<T>(self, value: T) -> Self
pub fn block_number<T>(self, value: T) -> Self
pub fn block_time<T>(self, value: T) -> Self
pub fn decimals<T>(self, value: T) -> Self
pub fn token_address<T>(self, value: T) -> Self
pub fn tx_hash<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for WalletFirstTx
impl Clone for WalletFirstTx
Source§fn clone(&self) -> WalletFirstTx
fn clone(&self) -> WalletFirstTx
Returns a duplicate 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 WalletFirstTx
impl Debug for WalletFirstTx
Source§impl Default for WalletFirstTx
impl Default for WalletFirstTx
Source§impl From<WalletFirstTx> for WalletFirstTx
impl From<WalletFirstTx> for WalletFirstTx
Source§fn from(value: WalletFirstTx) -> Self
fn from(value: WalletFirstTx) -> Self
Converts to this type from the input type.
Source§impl TryFrom<WalletFirstTx> for WalletFirstTx
impl TryFrom<WalletFirstTx> for WalletFirstTx
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: WalletFirstTx) -> Result<Self, ConversionError>
fn try_from(value: WalletFirstTx) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for WalletFirstTx
impl RefUnwindSafe for WalletFirstTx
impl Send for WalletFirstTx
impl Sync for WalletFirstTx
impl Unpin for WalletFirstTx
impl UnsafeUnpin for WalletFirstTx
impl UnwindSafe for WalletFirstTx
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