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