#[repr(C)]pub enum xmlErrorLevel {
XML_ERR_NONE = 0,
XML_ERR_WARNING = 1,
XML_ERR_ERROR = 2,
XML_ERR_FATAL = 3,
}Variants§
Trait Implementations§
Source§impl Clone for xmlErrorLevel
impl Clone for xmlErrorLevel
Source§fn clone(&self) -> xmlErrorLevel
fn clone(&self) -> xmlErrorLevel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for xmlErrorLevel
Source§impl Debug for xmlErrorLevel
impl Debug for xmlErrorLevel
impl Eq for xmlErrorLevel
Source§impl PartialEq for xmlErrorLevel
impl PartialEq for xmlErrorLevel
impl StructuralPartialEq for xmlErrorLevel
Auto Trait Implementations§
impl Freeze for xmlErrorLevel
impl RefUnwindSafe for xmlErrorLevel
impl Send for xmlErrorLevel
impl Sync for xmlErrorLevel
impl Unpin for xmlErrorLevel
impl UnsafeUnpin for xmlErrorLevel
impl UnwindSafe for xmlErrorLevel
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