pub struct HTML5Doctype;
Trait Implementations§
Source§impl Debug for HTML5Doctype
impl Debug for HTML5Doctype
Auto Trait Implementations§
impl Freeze for HTML5Doctype
impl RefUnwindSafe for HTML5Doctype
impl Send for HTML5Doctype
impl Sync for HTML5Doctype
impl Unpin for HTML5Doctype
impl UnwindSafe for HTML5Doctype
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