Struct nectar::error::TelnetError
source · pub struct TelnetError {
pub kind: TelnetErrorType,
pub message: String,
}Fields§
§kind: TelnetErrorType§message: StringTrait Implementations§
source§impl Debug for TelnetError
impl Debug for TelnetError
source§impl Display for TelnetError
impl Display for TelnetError
source§impl Error for TelnetError
impl Error for TelnetError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<Error> for TelnetError
impl From<Error> for TelnetError
Auto Trait Implementations§
impl Freeze for TelnetError
impl RefUnwindSafe for TelnetError
impl Send for TelnetError
impl Sync for TelnetError
impl Unpin for TelnetError
impl UnwindSafe for TelnetError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more