pub struct WebsocketStreamsConnectConfig {
pub streams: Vec<String>,
pub mode: Option<WebsocketMode>,
}Fields§
§streams: Vec<String>§mode: Option<WebsocketMode>Trait Implementations§
Source§impl Clone for WebsocketStreamsConnectConfig
impl Clone for WebsocketStreamsConnectConfig
Source§fn clone(&self) -> WebsocketStreamsConnectConfig
fn clone(&self) -> WebsocketStreamsConnectConfig
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 Default for WebsocketStreamsConnectConfig
impl Default for WebsocketStreamsConnectConfig
Source§fn default() -> WebsocketStreamsConnectConfig
fn default() -> WebsocketStreamsConnectConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for WebsocketStreamsConnectConfig
impl RefUnwindSafe for WebsocketStreamsConnectConfig
impl Send for WebsocketStreamsConnectConfig
impl Sync for WebsocketStreamsConnectConfig
impl Unpin for WebsocketStreamsConnectConfig
impl UnwindSafe for WebsocketStreamsConnectConfig
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