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