pub struct WireEvent {
pub type: String,
pub data: EventData,
pub session_id: String,
pub channel_name: String,
}Fields§
§type: String§data: EventData§session_id: String§channel_name: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for WireEvent
impl RefUnwindSafe for WireEvent
impl Send for WireEvent
impl Sync for WireEvent
impl Unpin for WireEvent
impl UnsafeUnpin for WireEvent
impl UnwindSafe for WireEvent
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