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