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