pub struct MulConst { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MulConst
impl RefUnwindSafe for MulConst
impl Send for MulConst
impl Sync for MulConst
impl Unpin for MulConst
impl UnsafeUnpin for MulConst
impl UnwindSafe for MulConst
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