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