Enum psrt::ErrorKind [−][src]
pub enum ErrorKind {
AccessDenied,
InvalidData,
Io,
Eof,
Timeout,
Internal,
TryLater,
}Variants
AccessDenied
InvalidData
Io
Eof
Timeout
Internal
TryLater
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ErrorKind
impl UnwindSafe for ErrorKind
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.
