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