#[repr(usize)]pub enum ChannelMetricClass {
ReadyWake = 0,
HandleCommand = 1,
BridgeResponse = 2,
BridgeEvent = 3,
AsyncCompletion = 4,
Signal = 5,
Datagram = 6,
Http2 = 7,
StdioIngress = 8,
StdioEgress = 9,
}Variants§
ReadyWake = 0
HandleCommand = 1
BridgeResponse = 2
BridgeEvent = 3
AsyncCompletion = 4
Signal = 5
Datagram = 6
Http2 = 7
StdioIngress = 8
StdioEgress = 9
Implementations§
Trait Implementations§
Source§impl Clone for ChannelMetricClass
impl Clone for ChannelMetricClass
Source§fn clone(&self) -> ChannelMetricClass
fn clone(&self) -> ChannelMetricClass
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 ChannelMetricClass
Source§impl Debug for ChannelMetricClass
impl Debug for ChannelMetricClass
impl Eq for ChannelMetricClass
Source§impl Ord for ChannelMetricClass
impl Ord for ChannelMetricClass
Source§fn cmp(&self, other: &ChannelMetricClass) -> Ordering
fn cmp(&self, other: &ChannelMetricClass) -> 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 ChannelMetricClass
impl PartialEq for ChannelMetricClass
Source§impl PartialOrd for ChannelMetricClass
impl PartialOrd for ChannelMetricClass
impl StructuralPartialEq for ChannelMetricClass
Auto Trait Implementations§
impl Freeze for ChannelMetricClass
impl RefUnwindSafe for ChannelMetricClass
impl Send for ChannelMetricClass
impl Sync for ChannelMetricClass
impl Unpin for ChannelMetricClass
impl UnsafeUnpin for ChannelMetricClass
impl UnwindSafe for ChannelMetricClass
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