pub struct WsPing {
pub req_id: String,
pub op: String,
}Expand description
WebSocket ping request.
Fields§
§req_id: StringRequest ID
op: StringOperation type
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WsPing
impl RefUnwindSafe for WsPing
impl Send for WsPing
impl Sync for WsPing
impl Unpin for WsPing
impl UnsafeUnpin for WsPing
impl UnwindSafe for WsPing
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