#[repr(C)]pub enum HtmlStatus {
HtmlNa = 0,
HtmlInvalid = 1,
HtmlDeprecated = 2,
HtmlValid = 4,
HtmlRequired = 12,
}Variants§
Auto Trait Implementations§
impl Freeze for HtmlStatus
impl RefUnwindSafe for HtmlStatus
impl Send for HtmlStatus
impl Sync for HtmlStatus
impl Unpin for HtmlStatus
impl UnwindSafe for HtmlStatus
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