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