pub struct FloorMod { /* private fields */ }
Expand description
Builder for the FloorMod
operation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for FloorMod
impl RefUnwindSafe for FloorMod
impl Send for FloorMod
impl Sync for FloorMod
impl Unpin for FloorMod
impl UnwindSafe for FloorMod
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