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