pub struct AddAssign(/* private fields */);
Implementations§
Trait Implementations§
impl Eq for AddAssign
impl StructuralPartialEq for AddAssign
Auto Trait Implementations§
impl Freeze for AddAssign
impl RefUnwindSafe for AddAssign
impl !Send for AddAssign
impl !Sync for AddAssign
impl Unpin for AddAssign
impl UnwindSafe for AddAssign
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