pub enum WebsocketSystemEvent {
ReceivedMessageAck {
reliable_msg_uuid: String,
},
}Variants§
Auto Trait Implementations§
impl Freeze for WebsocketSystemEvent
impl RefUnwindSafe for WebsocketSystemEvent
impl Send for WebsocketSystemEvent
impl Sync for WebsocketSystemEvent
impl Unpin for WebsocketSystemEvent
impl UnwindSafe for WebsocketSystemEvent
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