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