pub struct WebsocketSessionLogonReq {
pub method: String,
pub payload: BTreeMap<String, Value>,
pub options: WebsocketMessageSendOptions,
}Fields§
§method: String§payload: BTreeMap<String, Value>§options: WebsocketMessageSendOptionsTrait Implementations§
Source§impl Clone for WebsocketSessionLogonReq
impl Clone for WebsocketSessionLogonReq
Source§fn clone(&self) -> WebsocketSessionLogonReq
fn clone(&self) -> WebsocketSessionLogonReq
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 WebsocketSessionLogonReq
impl RefUnwindSafe for WebsocketSessionLogonReq
impl Send for WebsocketSessionLogonReq
impl Sync for WebsocketSessionLogonReq
impl Unpin for WebsocketSessionLogonReq
impl UnsafeUnpin for WebsocketSessionLogonReq
impl UnwindSafe for WebsocketSessionLogonReq
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