pub(super) enum WsBusFailureKind {
InvalidInput,
UnsupportedFeature,
Send,
}Variants§
Trait Implementations§
Source§impl Clone for WsBusFailureKind
impl Clone for WsBusFailureKind
Source§fn clone(&self) -> WsBusFailureKind
fn clone(&self) -> WsBusFailureKind
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for WsBusFailureKind
impl Debug for WsBusFailureKind
Source§impl ExportedMetricLabel for WsBusFailureKind
impl ExportedMetricLabel for WsBusFailureKind
fn label_value(self) -> &'static str
Source§impl MetricLabel for WsBusFailureKind
impl MetricLabel for WsBusFailureKind
Source§impl PartialEq for WsBusFailureKind
impl PartialEq for WsBusFailureKind
impl Copy for WsBusFailureKind
impl Eq for WsBusFailureKind
impl StructuralPartialEq for WsBusFailureKind
Auto Trait Implementations§
impl Freeze for WsBusFailureKind
impl RefUnwindSafe for WsBusFailureKind
impl Send for WsBusFailureKind
impl Sync for WsBusFailureKind
impl Unpin for WsBusFailureKind
impl UnsafeUnpin for WsBusFailureKind
impl UnwindSafe for WsBusFailureKind
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