Enum html_editor::Doctype
source · pub enum Doctype {
Html,
Xml {
version: String,
encoding: String,
},
}Expand description
Doctype of Html or Xml
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Doctype
impl Send for Doctype
impl Sync for Doctype
impl Unpin for Doctype
impl UnwindSafe for Doctype
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