pub enum HTMLTagState {
Text,
Opening,
Closing,
SelfClosing,
}
Expand description
Variants§
Trait Implementations§
Source§impl Debug for HTMLTagState
impl Debug for HTMLTagState
Source§impl PartialEq for HTMLTagState
impl PartialEq for HTMLTagState
impl StructuralPartialEq for HTMLTagState
Auto Trait Implementations§
impl Freeze for HTMLTagState
impl RefUnwindSafe for HTMLTagState
impl Send for HTMLTagState
impl Sync for HTMLTagState
impl Unpin for HTMLTagState
impl UnwindSafe for HTMLTagState
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