pub struct allowedAmount;Trait Implementations§
Source§impl Field for allowedAmount
impl Field for allowedAmount
Auto Trait Implementations§
impl Freeze for allowedAmount
impl RefUnwindSafe for allowedAmount
impl Send for allowedAmount
impl Sync for allowedAmount
impl Unpin for allowedAmount
impl UnwindSafe for allowedAmount
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