pub enum HeadCreationError {
InvalidContent(Element),
}
Expand description
The <head>
tag errors.
Variants§
Trait Implementations§
Source§impl Debug for HeadCreationError
impl Debug for HeadCreationError
Auto Trait Implementations§
impl Freeze for HeadCreationError
impl RefUnwindSafe for HeadCreationError
impl Send for HeadCreationError
impl Sync for HeadCreationError
impl Unpin for HeadCreationError
impl UnwindSafe for HeadCreationError
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