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