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