pub enum SessionOutcome {
Completed,
ClientProtocolError,
AuthenticationFailed,
HandshakeTimedOut,
RouteFailed,
RelayFailed,
Cancelled,
}Expand description
Outcome of a session.
Variants§
Completed
ClientProtocolError
AuthenticationFailed
HandshakeTimedOut
RouteFailed
RelayFailed
Cancelled
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SessionOutcome
impl RefUnwindSafe for SessionOutcome
impl Send for SessionOutcome
impl Sync for SessionOutcome
impl Unpin for SessionOutcome
impl UnsafeUnpin for SessionOutcome
impl UnwindSafe for SessionOutcome
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