pub enum AttemptFateOutcome {
Recorded {
state: ReconnectState,
},
Refused(AttemptFateRefusal),
}Expand description
Outcome of recording an open-completion socket fate.
Variants§
Recorded
The aggregate consumed the typed fate.
Fields
§
state: ReconnectStateResulting reconnect state (Online or Parked).
Refused(AttemptFateRefusal)
The fate was refused typed with unchanged authority state.
Trait Implementations§
Source§impl Debug for AttemptFateOutcome
impl Debug for AttemptFateOutcome
impl Eq for AttemptFateOutcome
Source§impl PartialEq for AttemptFateOutcome
impl PartialEq for AttemptFateOutcome
impl StructuralPartialEq for AttemptFateOutcome
Auto Trait Implementations§
impl Freeze for AttemptFateOutcome
impl RefUnwindSafe for AttemptFateOutcome
impl Send for AttemptFateOutcome
impl Sync for AttemptFateOutcome
impl Unpin for AttemptFateOutcome
impl UnsafeUnpin for AttemptFateOutcome
impl UnwindSafe for AttemptFateOutcome
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
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for DT
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for DT
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.