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