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