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