Enum rustyline::error::ReadlineError [−][src]
The error type for Rustyline errors that can arise from I/O related errors or Errno when using the nix-rust library
Variants
Io(Error)
I/O Error
EOF (Ctrl-D)
Ctrl-C
Chars Error
Errno(Error)
Unix Error from syscall
Trait Implementations
impl Debug for ReadlineError
[src][+]
impl Display for ReadlineError
[src][+]
impl Error for ReadlineError
[src][+]
impl From<Error> for ReadlineError
[src][+]
impl From<Error> for ReadlineError
[src][+]
impl From<ErrorKind> for ReadlineError
[src][+]
Auto Trait Implementations
impl !RefUnwindSafe for ReadlineError
impl Send for ReadlineError
impl Sync for ReadlineError
impl Unpin for ReadlineError
impl !UnwindSafe for ReadlineError
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,