pub struct SignalingErrorEvent {
pub session_id: String,
pub channel_name: String,
pub data: EventData,
pub message: Option<String>,
pub generation: Option<i64>,
}Fields§
§session_id: String§channel_name: String§data: EventData§message: Option<String>§generation: Option<i64>Trait Implementations§
Source§impl Clone for SignalingErrorEvent
impl Clone for SignalingErrorEvent
Source§fn clone(&self) -> SignalingErrorEvent
fn clone(&self) -> SignalingErrorEvent
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SignalingErrorEvent
impl RefUnwindSafe for SignalingErrorEvent
impl Send for SignalingErrorEvent
impl Sync for SignalingErrorEvent
impl Unpin for SignalingErrorEvent
impl UnsafeUnpin for SignalingErrorEvent
impl UnwindSafe for SignalingErrorEvent
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