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