Enum jid::JidParseError [] [src]

pub enum JidParseError {
    NoDomain,
}

An error that signifies that a Jid cannot be parsed from a string.

Variants

Happens when there is no domain. (really, only happens when the string is empty)

Trait Implementations

impl Debug for JidParseError
[src]

Formats the value using the given formatter.

impl Clone for JidParseError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for JidParseError
[src]

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

This method tests for !=.

impl Eq for JidParseError
[src]