pub enum PathDeactivated {
Invalid(ValidateFailure),
Idle(IdleTimedOut),
Lost(TooManyPtos),
Io(Error),
App,
}Variants§
Trait Implementations§
Source§impl Debug for PathDeactivated
impl Debug for PathDeactivated
Source§impl Display for PathDeactivated
impl Display for PathDeactivated
Source§impl Error for PathDeactivated
impl Error for PathDeactivated
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0§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 PathDeactivated
impl From<Error> for PathDeactivated
Source§impl From<IdleTimedOut> for PathDeactivated
impl From<IdleTimedOut> for PathDeactivated
Source§fn from(value: IdleTimedOut) -> Self
fn from(value: IdleTimedOut) -> Self
Converts to this type from the input type.
Source§impl From<TooManyPtos> for PathDeactivated
impl From<TooManyPtos> for PathDeactivated
Source§fn from(value: TooManyPtos) -> Self
fn from(value: TooManyPtos) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PathDeactivated
impl !RefUnwindSafe for PathDeactivated
impl Send for PathDeactivated
impl Sync for PathDeactivated
impl Unpin for PathDeactivated
impl !UnwindSafe for PathDeactivated
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more