pub enum TagState {
Start,
End,
Empty,
}
Variants§
Trait Implementations§
source§impl PartialEq for TagState
impl PartialEq for TagState
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