pub enum ElementTagState {
OnlyStartTag,
OnlyEndTag,
BothTag,
}
Expand description
Possible tag state of an element
Variants§
Trait Implementations§
Source§impl Debug for ElementTagState
impl Debug for ElementTagState
Source§impl PartialEq for ElementTagState
impl PartialEq for ElementTagState
impl StructuralPartialEq for ElementTagState
Auto Trait Implementations§
impl Freeze for ElementTagState
impl RefUnwindSafe for ElementTagState
impl Send for ElementTagState
impl Sync for ElementTagState
impl Unpin for ElementTagState
impl UnwindSafe for ElementTagState
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