pub struct DocumentFlags {
pub has_doctype: bool,
pub section: DocumentSection,
}Fields§
§has_doctype: bool§section: DocumentSectionTrait Implementations§
Source§impl Clone for DocumentFlags
impl Clone for DocumentFlags
Source§fn clone(&self) -> DocumentFlags
fn clone(&self) -> DocumentFlags
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DocumentFlags
impl Debug for DocumentFlags
Source§impl Default for DocumentFlags
impl Default for DocumentFlags
Source§fn default() -> DocumentFlags
fn default() -> DocumentFlags
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DocumentFlags
impl RefUnwindSafe for DocumentFlags
impl Send for DocumentFlags
impl Sync for DocumentFlags
impl Unpin for DocumentFlags
impl UnsafeUnpin for DocumentFlags
impl UnwindSafe for DocumentFlags
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