pub enum TagState {
Start,
End,
Empty,
}
Variants§
Trait Implementations§
impl Eq for TagState
impl StructuralPartialEq for TagState
Auto Trait Implementations§
impl Freeze for TagState
impl RefUnwindSafe for TagState
impl Send for TagState
impl Sync for TagState
impl Unpin for TagState
impl UnwindSafe for TagState
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