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