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