Struct skyway_webrtc_gateway_api::peer::PeerErrorEvent
source · Expand description
Fields
params: PeerInfo
Pair of PeerId and Token. Indicate which Peer Object is regarded.
error_message: String
Shows detail of the error.
Trait Implementations
sourceimpl Clone for PeerErrorEvent
impl Clone for PeerErrorEvent
sourcefn clone(&self) -> PeerErrorEvent
fn clone(&self) -> PeerErrorEvent
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PeerErrorEvent
impl Debug for PeerErrorEvent
sourceimpl<'de> Deserialize<'de> for PeerErrorEvent
impl<'de> Deserialize<'de> for PeerErrorEvent
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl PartialEq<PeerErrorEvent> for PeerErrorEvent
impl PartialEq<PeerErrorEvent> for PeerErrorEvent
sourcefn eq(&self, other: &PeerErrorEvent) -> bool
fn eq(&self, other: &PeerErrorEvent) -> bool
sourceimpl PartialOrd<PeerErrorEvent> for PeerErrorEvent
impl PartialOrd<PeerErrorEvent> for PeerErrorEvent
sourcefn partial_cmp(&self, other: &PeerErrorEvent) -> Option<Ordering>
fn partial_cmp(&self, other: &PeerErrorEvent) -> Option<Ordering>
1.0.0 · sourcefn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read moresourceimpl Serialize for PeerErrorEvent
impl Serialize for PeerErrorEvent
impl StructuralPartialEq for PeerErrorEvent
Auto Trait Implementations
impl RefUnwindSafe for PeerErrorEvent
impl Send for PeerErrorEvent
impl Sync for PeerErrorEvent
impl Unpin for PeerErrorEvent
impl UnwindSafe for PeerErrorEvent
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more