pub enum CredentialReadEventCloseReason {
Lagged,
Closed,
}Expand description
Why an ordered credential-event subscription stopped.
Variants§
Lagged
The bounded subscriber queue filled before its consumer kept pace.
Closed
The process-owned publisher closed unexpectedly.
Trait Implementations§
Source§impl Clone for CredentialReadEventCloseReason
impl Clone for CredentialReadEventCloseReason
Source§fn clone(&self) -> CredentialReadEventCloseReason
fn clone(&self) -> CredentialReadEventCloseReason
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 CredentialReadEventCloseReason
impl Eq for CredentialReadEventCloseReason
impl StructuralPartialEq for CredentialReadEventCloseReason
Auto Trait Implementations§
impl Freeze for CredentialReadEventCloseReason
impl RefUnwindSafe for CredentialReadEventCloseReason
impl Send for CredentialReadEventCloseReason
impl Sync for CredentialReadEventCloseReason
impl Unpin for CredentialReadEventCloseReason
impl UnsafeUnpin for CredentialReadEventCloseReason
impl UnwindSafe for CredentialReadEventCloseReason
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