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