pub struct TokenTransaction { /* private fields */ }Implementations§
Source§impl TokenTransaction
impl TokenTransaction
pub fn amount<T>(self, value: T) -> Self
pub fn created_at<T>(self, value: T) -> Self
pub fn from<T>(self, value: T) -> Self
pub fn id<T>(self, value: T) -> Self
pub fn multi_io_details<T>(self, value: T) -> Self
pub fn status<T>(self, value: T) -> Self
pub fn to<T>(self, value: T) -> Self
pub fn token_metadata<T>(self, value: T) -> Self
pub fn type_<T>(self, value: T) -> Self
pub fn updated_at<T>(self, value: T) -> Self
pub fn value_usd<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for TokenTransaction
impl Clone for TokenTransaction
Source§fn clone(&self) -> TokenTransaction
fn clone(&self) -> TokenTransaction
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TokenTransaction
impl Debug for TokenTransaction
Source§impl Default for TokenTransaction
impl Default for TokenTransaction
Source§impl From<TokenTransaction> for TokenTransaction
impl From<TokenTransaction> for TokenTransaction
Source§fn from(value: TokenTransaction) -> Self
fn from(value: TokenTransaction) -> Self
Converts to this type from the input type.
Source§impl TryFrom<TokenTransaction> for TokenTransaction
impl TryFrom<TokenTransaction> for TokenTransaction
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: TokenTransaction) -> Result<Self, ConversionError>
fn try_from(value: TokenTransaction) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for TokenTransaction
impl RefUnwindSafe for TokenTransaction
impl Send for TokenTransaction
impl Sync for TokenTransaction
impl Unpin for TokenTransaction
impl UnsafeUnpin for TokenTransaction
impl UnwindSafe for TokenTransaction
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