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