pub struct FeeAndAmounts { /* private fields */ }Expand description
Fees and and amount type, it can be casted just as a reference to the inner amounts, or a single u64 which is the fee
Implementations§
Trait Implementations§
Source§impl Clone for FeeAndAmounts
impl Clone for FeeAndAmounts
Source§fn clone(&self) -> FeeAndAmounts
fn clone(&self) -> FeeAndAmounts
Returns a duplicate of the value. Read more
1.0.0 · 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 FeeAndAmounts
impl Debug for FeeAndAmounts
Auto Trait Implementations§
impl Freeze for FeeAndAmounts
impl RefUnwindSafe for FeeAndAmounts
impl Send for FeeAndAmounts
impl Sync for FeeAndAmounts
impl Unpin for FeeAndAmounts
impl UnwindSafe for FeeAndAmounts
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