pub struct Mult(/* private fields */);Implementations§
Trait Implementations§
Source§impl Ord for Mult
impl Ord for Mult
Source§impl PartialOrd for Mult
impl PartialOrd for Mult
impl Copy for Mult
impl Eq for Mult
impl StructuralPartialEq for Mult
Auto Trait Implementations§
impl Freeze for Mult
impl RefUnwindSafe for Mult
impl Send for Mult
impl Sync for Mult
impl Unpin for Mult
impl UnwindSafe for Mult
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