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