pub enum ParseFormat {
XML,
HTML,
}Expand description
Enum for the parse formats supported by libxml2
Variants§
Trait Implementations§
Source§impl Debug for ParseFormat
impl Debug for ParseFormat
Source§impl PartialEq for ParseFormat
impl PartialEq for ParseFormat
impl Eq for ParseFormat
impl StructuralPartialEq for ParseFormat
Auto Trait Implementations§
impl Freeze for ParseFormat
impl RefUnwindSafe for ParseFormat
impl Send for ParseFormat
impl Sync for ParseFormat
impl Unpin for ParseFormat
impl UnwindSafe for ParseFormat
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