pub enum DetachLossOutcome {
Parked,
Refused(DetachReplayRefusalReason),
}Expand description
Outcome of reporting a detach-send transport loss.
Variants§
Parked
The typed fate consumed the send authority and parked replay.
Refused(DetachReplayRefusalReason)
The report was refused typed with unchanged replay state.
Trait Implementations§
Source§impl Debug for DetachLossOutcome
impl Debug for DetachLossOutcome
impl Eq for DetachLossOutcome
Source§impl PartialEq for DetachLossOutcome
impl PartialEq for DetachLossOutcome
impl StructuralPartialEq for DetachLossOutcome
Auto Trait Implementations§
impl Freeze for DetachLossOutcome
impl RefUnwindSafe for DetachLossOutcome
impl Send for DetachLossOutcome
impl Sync for DetachLossOutcome
impl Unpin for DetachLossOutcome
impl UnsafeUnpin for DetachLossOutcome
impl UnwindSafe for DetachLossOutcome
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.