pub enum RtcErrorType {
Internal,
InvalidSdp,
InvalidState,
}
Variants§
Trait Implementations§
Source§impl Clone for RtcErrorType
impl Clone for RtcErrorType
Source§fn clone(&self) -> RtcErrorType
fn clone(&self) -> RtcErrorType
Returns a copy 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 RtcErrorType
impl Debug for RtcErrorType
Source§impl From<RtcErrorType> for RtcErrorType
impl From<RtcErrorType> for RtcErrorType
Source§fn from(value: RtcErrorType) -> Self
fn from(value: RtcErrorType) -> Self
Converts to this type from the input type.
Source§impl PartialEq for RtcErrorType
impl PartialEq for RtcErrorType
impl Copy for RtcErrorType
impl Eq for RtcErrorType
impl StructuralPartialEq for RtcErrorType
Auto Trait Implementations§
impl Freeze for RtcErrorType
impl RefUnwindSafe for RtcErrorType
impl Send for RtcErrorType
impl Sync for RtcErrorType
impl Unpin for RtcErrorType
impl UnwindSafe for RtcErrorType
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