pub enum LiveCommandRejectionReason {
ChannelNotFound,
NoAdapter,
ChannelNotReady,
UnsupportedCommand,
AdapterError,
InternalHostError,
}Expand description
Closed classifier for live command rejection observations. The live host can observe why an adapter command handoff failed, but public error-class truth is generated from this typed fact.
Variants§
Trait Implementations§
Source§impl Clone for LiveCommandRejectionReason
impl Clone for LiveCommandRejectionReason
Source§fn clone(&self) -> LiveCommandRejectionReason
fn clone(&self) -> LiveCommandRejectionReason
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 LiveCommandRejectionReason
Source§impl Debug for LiveCommandRejectionReason
impl Debug for LiveCommandRejectionReason
Source§impl Default for LiveCommandRejectionReason
impl Default for LiveCommandRejectionReason
Source§fn default() -> LiveCommandRejectionReason
fn default() -> LiveCommandRejectionReason
Returns the “default value” for a type. Read more
impl Eq for LiveCommandRejectionReason
Source§impl Hash for LiveCommandRejectionReason
impl Hash for LiveCommandRejectionReason
Source§impl Ord for LiveCommandRejectionReason
impl Ord for LiveCommandRejectionReason
Source§fn cmp(&self, other: &LiveCommandRejectionReason) -> Ordering
fn cmp(&self, other: &LiveCommandRejectionReason) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LiveCommandRejectionReason
impl PartialEq for LiveCommandRejectionReason
Source§fn eq(&self, other: &LiveCommandRejectionReason) -> bool
fn eq(&self, other: &LiveCommandRejectionReason) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for LiveCommandRejectionReason
impl PartialOrd for LiveCommandRejectionReason
impl StructuralPartialEq for LiveCommandRejectionReason
Auto Trait Implementations§
impl Freeze for LiveCommandRejectionReason
impl RefUnwindSafe for LiveCommandRejectionReason
impl Send for LiveCommandRejectionReason
impl Sync for LiveCommandRejectionReason
impl Unpin for LiveCommandRejectionReason
impl UnsafeUnpin for LiveCommandRejectionReason
impl UnwindSafe for LiveCommandRejectionReason
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.