pub enum DoctypeKind {
Public,
System,
}Expand description
Specifies either the public or system identifier from a Document Type Declaration (DTD).
Variants§
Trait Implementations§
Source§impl Clone for DoctypeKind
impl Clone for DoctypeKind
Source§fn clone(&self) -> DoctypeKind
fn clone(&self) -> DoctypeKind
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 DoctypeKind
impl Debug for DoctypeKind
Source§impl Hash for DoctypeKind
impl Hash for DoctypeKind
Source§impl Ord for DoctypeKind
impl Ord for DoctypeKind
Source§fn cmp(&self, other: &DoctypeKind) -> Ordering
fn cmp(&self, other: &DoctypeKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for DoctypeKind
impl PartialEq for DoctypeKind
Source§impl PartialOrd for DoctypeKind
impl PartialOrd for DoctypeKind
impl Copy for DoctypeKind
impl Eq for DoctypeKind
impl StructuralPartialEq for DoctypeKind
Auto Trait Implementations§
impl Freeze for DoctypeKind
impl RefUnwindSafe for DoctypeKind
impl Send for DoctypeKind
impl Sync for DoctypeKind
impl Unpin for DoctypeKind
impl UnwindSafe for DoctypeKind
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