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