pub(super) enum WsStartupFailureKind {
StartupSend,
SessionInitialize,
}Variants§
Trait Implementations§
Source§impl Clone for WsStartupFailureKind
impl Clone for WsStartupFailureKind
Source§fn clone(&self) -> WsStartupFailureKind
fn clone(&self) -> WsStartupFailureKind
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 WsStartupFailureKind
impl Debug for WsStartupFailureKind
Source§impl ExportedMetricLabel for WsStartupFailureKind
impl ExportedMetricLabel for WsStartupFailureKind
fn label_value(self) -> &'static str
Source§impl MetricLabel for WsStartupFailureKind
impl MetricLabel for WsStartupFailureKind
Source§impl PartialEq for WsStartupFailureKind
impl PartialEq for WsStartupFailureKind
impl Copy for WsStartupFailureKind
impl Eq for WsStartupFailureKind
impl StructuralPartialEq for WsStartupFailureKind
Auto Trait Implementations§
impl Freeze for WsStartupFailureKind
impl RefUnwindSafe for WsStartupFailureKind
impl Send for WsStartupFailureKind
impl Sync for WsStartupFailureKind
impl Unpin for WsStartupFailureKind
impl UnsafeUnpin for WsStartupFailureKind
impl UnwindSafe for WsStartupFailureKind
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