pub enum RetirementReason {
Show 23 variants
EstablishmentTimeout,
SessionClosed,
MalformedIdentity,
DuplicateIdentity,
AdmissionRejected,
AdmissionIdentityMismatch,
SelfConnection,
UnexpectedPeer,
IdentityAcceptanceOrder,
SnapshotSequence,
MalformedSnapshot,
SnapshotBeforeIdentity,
SnapshotRejected,
SnapshotOrder,
MalformedAcknowledgement,
AcknowledgementOrder,
MalformedRouteControl,
RouteUpdateRejected,
DuplicateSession,
DuplicateSessionReplaced,
SendClosed,
SendTransport,
TransportFailed,
}Variants§
EstablishmentTimeout
SessionClosed
MalformedIdentity
DuplicateIdentity
AdmissionRejected
AdmissionIdentityMismatch
SelfConnection
UnexpectedPeer
IdentityAcceptanceOrder
SnapshotSequence
MalformedSnapshot
SnapshotBeforeIdentity
SnapshotRejected
SnapshotOrder
MalformedAcknowledgement
AcknowledgementOrder
MalformedRouteControl
RouteUpdateRejected
DuplicateSession
DuplicateSessionReplaced
SendClosed
SendTransport
TransportFailed
Trait Implementations§
Source§impl Clone for RetirementReason
impl Clone for RetirementReason
Source§fn clone(&self) -> RetirementReason
fn clone(&self) -> RetirementReason
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for RetirementReason
Source§impl Debug for RetirementReason
impl Debug for RetirementReason
impl Eq for RetirementReason
Source§impl PartialEq for RetirementReason
impl PartialEq for RetirementReason
impl StructuralPartialEq for RetirementReason
Auto Trait Implementations§
impl Freeze for RetirementReason
impl RefUnwindSafe for RetirementReason
impl Send for RetirementReason
impl Sync for RetirementReason
impl Unpin for RetirementReason
impl UnsafeUnpin for RetirementReason
impl UnwindSafe for RetirementReason
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