Enum ssh_agent_lib::error::AgentError
source · pub enum AgentError {
User,
Proto(ProtoError),
IO(Error),
}
Variants§
Trait Implementations§
source§impl Debug for AgentError
impl Debug for AgentError
source§impl Display for AgentError
impl Display for AgentError
source§impl Error for AgentError
impl Error for AgentError
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 AgentError
impl From<Error> for AgentError
source§fn from(e: Error) -> AgentError
fn from(e: Error) -> AgentError
Converts to this type from the input type.
source§impl From<ProtoError> for AgentError
impl From<ProtoError> for AgentError
source§fn from(e: ProtoError) -> AgentError
fn from(e: ProtoError) -> AgentError
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for AgentError
impl Send for AgentError
impl Sync for AgentError
impl Unpin for AgentError
impl !UnwindSafe for AgentError
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