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