pub struct OpAdd<T>(/* private fields */);Trait Implementations§
impl<T> Associative for OpAdd<T>
impl<T> Commutative for OpAdd<T>
Auto Trait Implementations§
impl<T> Freeze for OpAdd<T>
impl<T> RefUnwindSafe for OpAdd<T>
impl<T> Send for OpAdd<T>
impl<T> Sync for OpAdd<T>
impl<T> Unpin for OpAdd<T>
impl<T> UnwindSafe for OpAdd<T>
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