pub struct SocketOptions {
pub acknowledge: bool,
pub include_raw: Option<bool>,
}Expand description
Socket options in subscribe payload.
Fields§
§acknowledge: bool§include_raw: Option<bool>Trait Implementations§
Source§impl Clone for SocketOptions
impl Clone for SocketOptions
Source§fn clone(&self) -> SocketOptions
fn clone(&self) -> SocketOptions
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 moreSource§impl Debug for SocketOptions
impl Debug for SocketOptions
Source§impl PartialEq for SocketOptions
impl PartialEq for SocketOptions
Source§fn eq(&self, other: &SocketOptions) -> bool
fn eq(&self, other: &SocketOptions) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for SocketOptions
impl Serialize for SocketOptions
impl StructuralPartialEq for SocketOptions
Auto Trait Implementations§
impl Freeze for SocketOptions
impl RefUnwindSafe for SocketOptions
impl Send for SocketOptions
impl Sync for SocketOptions
impl Unpin for SocketOptions
impl UnsafeUnpin for SocketOptions
impl UnwindSafe for SocketOptions
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