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