pub struct TagOpts { /* private fields */ }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TagOpts
impl RefUnwindSafe for TagOpts
impl Send for TagOpts
impl Sync for TagOpts
impl Unpin for TagOpts
impl UnwindSafe for TagOpts
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