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