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