pub enum ClientResumeRecordSection {
Binding,
ExpectedOperation,
DetachReplay,
Reconnect,
Abandonment,
}Expand description
Section whose tag or nested canonical frame was invalid.
Variants§
Binding
Client binding state.
ExpectedOperation
Outstanding expected operation.
DetachReplay
Detach replay state.
Reconnect
Reconnect permit or attempt state.
Abandonment
Pending tokenless abandonment.
Trait Implementations§
Source§impl Clone for ClientResumeRecordSection
impl Clone for ClientResumeRecordSection
Source§fn clone(&self) -> ClientResumeRecordSection
fn clone(&self) -> ClientResumeRecordSection
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 ClientResumeRecordSection
Source§impl Debug for ClientResumeRecordSection
impl Debug for ClientResumeRecordSection
impl Eq for ClientResumeRecordSection
impl StructuralPartialEq for ClientResumeRecordSection
Auto Trait Implementations§
impl Freeze for ClientResumeRecordSection
impl RefUnwindSafe for ClientResumeRecordSection
impl Send for ClientResumeRecordSection
impl Sync for ClientResumeRecordSection
impl Unpin for ClientResumeRecordSection
impl UnsafeUnpin for ClientResumeRecordSection
impl UnwindSafe for ClientResumeRecordSection
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