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