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