pub struct IceCandidateError(/* private fields */);Expand description
Error occurred with an ICE candidate from a PeerConnection.
Implementations§
Trait Implementations§
Source§impl Debug for IceCandidateError
impl Debug for IceCandidateError
Source§impl From<DartHandle> for IceCandidateError
impl From<DartHandle> for IceCandidateError
Source§fn from(value: DartHandle) -> Self
fn from(value: DartHandle) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for IceCandidateError
impl RefUnwindSafe for IceCandidateError
impl !Send for IceCandidateError
impl !Sync for IceCandidateError
impl Unpin for IceCandidateError
impl UnwindSafe for IceCandidateError
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