pub enum BackendModule {
LibDataChannel,
}Expand description
The backend webrtc module to use.
Variants§
LibDataChannel
Use the libdatachannel backend.
Trait Implementations§
Source§impl Clone for BackendModule
impl Clone for BackendModule
Source§fn clone(&self) -> BackendModule
fn clone(&self) -> BackendModule
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 BackendModule
impl Debug for BackendModule
Source§impl Default for BackendModule
impl Default for BackendModule
impl Copy for BackendModule
Auto Trait Implementations§
impl Freeze for BackendModule
impl RefUnwindSafe for BackendModule
impl Send for BackendModule
impl Sync for BackendModule
impl Unpin for BackendModule
impl UnwindSafe for BackendModule
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