pub struct additions;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for additions
impl RefUnwindSafe for additions
impl Send for additions
impl Sync for additions
impl Unpin for additions
impl UnwindSafe for additions
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