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