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