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