Enum hyperdav::webdav::response::PropfindParseError [] [src]

pub enum PropfindParseError {
    UnknownDocument,
    InvalidFieldValue,
    UnknownElement,
    UnknownField,
    ExpectedEndOfDocument,
    Xml(XmlError),
}

Variants

UnknownDocumentInvalidFieldValueUnknownElementUnknownFieldExpectedEndOfDocumentXml(XmlError)

Trait Implementations

impl Debug for PropfindParseError
[src]

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

Formats the value using the given formatter.

impl PartialEq for PropfindParseError
[src]

fn eq(&self, __arg_0: &PropfindParseError) -> bool

This method tests for self and other values to be equal, and is used by ==. Read more

fn ne(&self, __arg_0: &PropfindParseError) -> bool

This method tests for !=.

impl Eq for PropfindParseError
[src]

impl From<XmlError> for PropfindParseError
[src]

fn from(e: XmlError) -> Self

Performs the conversion.

impl Display for PropfindParseError
[src]

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

Formats the value using the given formatter.

impl Error for PropfindParseError
[src]

fn description(&self) -> &str

A short description of the error. Read more

fn cause(&self) -> Option<&Error>

The lower-level cause of this error, if any. Read more