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