pub struct Op<Lhs: Number, Rhs: Number>(/* private fields */);Trait Implementations§
Auto Trait Implementations§
impl<Lhs, Rhs> Freeze for Op<Lhs, Rhs>
impl<Lhs, Rhs> RefUnwindSafe for Op<Lhs, Rhs>where
Lhs: RefUnwindSafe,
Rhs: RefUnwindSafe,
impl<Lhs, Rhs> Send for Op<Lhs, Rhs>
impl<Lhs, Rhs> Sync for Op<Lhs, Rhs>
impl<Lhs, Rhs> Unpin for Op<Lhs, Rhs>
impl<Lhs, Rhs> UnwindSafe for Op<Lhs, Rhs>where
Lhs: UnwindSafe,
Rhs: UnwindSafe,
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