Enum servo_media_webrtc::WebRtcError
source · pub enum WebRtcError {
Backend(String),
}
Variants§
Trait Implementations§
source§impl Debug for WebRtcError
impl Debug for WebRtcError
Auto Trait Implementations§
impl Freeze for WebRtcError
impl RefUnwindSafe for WebRtcError
impl Send for WebRtcError
impl Sync for WebRtcError
impl Unpin for WebRtcError
impl UnwindSafe for WebRtcError
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