Struct html2md_rs::structs::ParseNodeTypeError
source · pub struct ParseNodeTypeError;Trait Implementations§
source§impl Debug for ParseNodeTypeError
impl Debug for ParseNodeTypeError
source§impl PartialEq for ParseNodeTypeError
impl PartialEq for ParseNodeTypeError
source§fn eq(&self, other: &ParseNodeTypeError) -> bool
fn eq(&self, other: &ParseNodeTypeError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ParseNodeTypeError
impl StructuralPartialEq for ParseNodeTypeError
Auto Trait Implementations§
impl RefUnwindSafe for ParseNodeTypeError
impl Send for ParseNodeTypeError
impl Sync for ParseNodeTypeError
impl Unpin for ParseNodeTypeError
impl UnwindSafe for ParseNodeTypeError
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