pub enum MsrpDirection {
SendOnly,
ReceiveOnly,
SendReceive,
}
Variants§
Auto Trait Implementations§
impl Freeze for MsrpDirection
impl RefUnwindSafe for MsrpDirection
impl Send for MsrpDirection
impl Sync for MsrpDirection
impl Unpin for MsrpDirection
impl UnwindSafe for MsrpDirection
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