From b1ac8db3f8c3d8f393701a2f644a85cb44e7c24d Mon Sep 17 00:00:00 2001 From: Date: Wed, 1 Feb 2017 11:18:05 +0000 Subject: Documentation for ebarnard/rust-plist@bf6b567 --- plist/enum.Error.html | 168 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 168 insertions(+) create mode 100644 plist/enum.Error.html (limited to 'plist/enum.Error.html') diff --git a/plist/enum.Error.html b/plist/enum.Error.html new file mode 100644 index 0000000..ca7ab87 --- /dev/null +++ b/plist/enum.Error.html @@ -0,0 +1,168 @@ + + + + + + + + + + plist::Error - Rust + + + + + + + + + + + + + + + + + +
+

Enum plist::Error + + [] + + [src]

+
pub enum Error {
+    InvalidData,
+    UnexpectedEof,
+    Io(IoError),
+    Serde(String),
+}

Variants

+

Trait Implementations

impl From<FromUtf8Error> for Error
[src]

+

+

Performs the conversion.

+

impl From<FromUtf16Error> for Error
[src]

+

+

Performs the conversion.

+

impl From<ChronoParseError> for Error
[src]

+

+

Performs the conversion.

+

impl From<XmlWriterError> for Error
[src]

+

+

Performs the conversion.

+

impl SerdeError for Error
[src]

+

+

Raised when there is general error when deserializing a type.

+

+

Raised when a Deserialize type unexpectedly hit the end of the stream.

+

+

Raised when a Deserialize was passed an incorrect type.

+

+

Raised when a Deserialize was passed an incorrect value.

+

+

Raised when a fixed sized sequence or map was passed in the wrong amount of arguments. Read more

+

+

Raised when a Deserialize enum type received an unexpected variant.

+

+

Raised when a Deserialize struct type received an unexpected struct field.

+

+

raised when a deserialize struct type did not receive a field.

+

+

Raised when a Deserialize struct type received more than one of the same struct field. Read more

+

impl SerdeError for Error
[src]

+

+

Raised when there is general error when deserializing a type.

+

+

Raised when a Serialize was passed an incorrect value.

+

impl Debug for Error
[src]

+

+

Formats the value using the given formatter.

+

impl Error for Error
[src]

+

+

A short description of the error. Read more

+

+

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

+

impl Display for Error
[src]

+

+

Formats the value using the given formatter.

+

impl From<IoError> for Error
[src]

+

+

Performs the conversion.

+
+ + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3