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