pub struct MulTEDefaultType;Trait Implementations§
Source§impl<T> MulTE<T, ()> for MulTEDefaultType
impl<T> MulTE<T, ()> for MulTEDefaultType
Auto Trait Implementations§
impl Freeze for MulTEDefaultType
impl RefUnwindSafe for MulTEDefaultType
impl Send for MulTEDefaultType
impl Sync for MulTEDefaultType
impl Unpin for MulTEDefaultType
impl UnwindSafe for MulTEDefaultType
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