pub struct WsReqParams {
pub ty: WsReqParamsTy,
}Available on crate feature
client-api-framework only.Expand description
All possible WebSocket parameters that a request can manipulate for sending.
Fields§
§ty: WsReqParamsTyType
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WsReqParams
impl RefUnwindSafe for WsReqParams
impl Send for WsReqParams
impl Sync for WsReqParams
impl Unpin for WsReqParams
impl UnwindSafe for WsReqParams
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