pub struct ThresholdAmount;Expand description
ThresholdAmount (834).
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ThresholdAmount
impl RefUnwindSafe for ThresholdAmount
impl Send for ThresholdAmount
impl Sync for ThresholdAmount
impl Unpin for ThresholdAmount
impl UnsafeUnpin for ThresholdAmount
impl UnwindSafe for ThresholdAmount
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