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