pub enum BrowserAudioRole {
Offerer,
Answerer,
}Expand description
Which side authored a description.
Variants§
Trait Implementations§
Source§impl Clone for BrowserAudioRole
impl Clone for BrowserAudioRole
Source§fn clone(&self) -> BrowserAudioRole
fn clone(&self) -> BrowserAudioRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 BrowserAudioRole
impl Debug for BrowserAudioRole
Source§impl PartialEq for BrowserAudioRole
impl PartialEq for BrowserAudioRole
Source§fn eq(&self, other: &BrowserAudioRole) -> bool
fn eq(&self, other: &BrowserAudioRole) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for BrowserAudioRole
impl Eq for BrowserAudioRole
impl StructuralPartialEq for BrowserAudioRole
Auto Trait Implementations§
impl Freeze for BrowserAudioRole
impl RefUnwindSafe for BrowserAudioRole
impl Send for BrowserAudioRole
impl Sync for BrowserAudioRole
impl Unpin for BrowserAudioRole
impl UnsafeUnpin for BrowserAudioRole
impl UnwindSafe for BrowserAudioRole
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