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