pub struct SetupMessage {
pub setup: SetupPayload,
}Expand description
Top-level setup message sent immediately after WebSocket connect.
Fields§
§setup: SetupPayloadThe setup payload.
Trait Implementations§
Source§impl Clone for SetupMessage
impl Clone for SetupMessage
Source§fn clone(&self) -> SetupMessage
fn clone(&self) -> SetupMessage
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for SetupMessage
impl Debug for SetupMessage
Auto Trait Implementations§
impl Freeze for SetupMessage
impl RefUnwindSafe for SetupMessage
impl Send for SetupMessage
impl Sync for SetupMessage
impl Unpin for SetupMessage
impl UnwindSafe for SetupMessage
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