pub struct TagsState;
Trait Implementations§
impl Copy for TagsState
impl Eq for TagsState
impl State for TagsState
impl StructuralPartialEq for TagsState
Auto Trait Implementations§
impl Freeze for TagsState
impl RefUnwindSafe for TagsState
impl Send for TagsState
impl Sync for TagsState
impl Unpin for TagsState
impl UnwindSafe for TagsState
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