Enum xml::reader::ErrorKind [] [src]

pub enum ErrorKind {
    Syntax(Cow<'static, str>),
    Io(Error),
    Utf8(Utf8Error),
    UnexpectedEof,
}

Variants

Syntax
Io
Utf8
UnexpectedEof

Trait Implementations

impl Clone for ErrorKind

fn clone(&self) -> Self

1.0.0fn clone_from(&mut self, source: &Self)

impl PartialEq for ErrorKind

fn eq(&self, other: &ErrorKind) -> bool

1.0.0fn ne(&self, other: &Rhs) -> bool

impl Eq for ErrorKind

Derived Implementations

impl Debug for ErrorKind

fn fmt(&self, __arg_0: &mut Formatter) -> Result