pub enum SdpBoxRewriteScope {
OnlyTrack,
StreamAndTrack,
}Variants§
Auto Trait Implementations§
impl Freeze for SdpBoxRewriteScope
impl RefUnwindSafe for SdpBoxRewriteScope
impl Send for SdpBoxRewriteScope
impl Sync for SdpBoxRewriteScope
impl Unpin for SdpBoxRewriteScope
impl UnwindSafe for SdpBoxRewriteScope
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