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