pub struct WsClientConfig {
pub inner: WsEndpointConfig,
}Fields§
§inner: WsEndpointConfigTrait Implementations§
Source§impl Clone for WsClientConfig
impl Clone for WsClientConfig
Source§fn clone(&self) -> WsClientConfig
fn clone(&self) -> WsClientConfig
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 moreAuto Trait Implementations§
impl Freeze for WsClientConfig
impl RefUnwindSafe for WsClientConfig
impl Send for WsClientConfig
impl Sync for WsClientConfig
impl Unpin for WsClientConfig
impl UnsafeUnpin for WsClientConfig
impl UnwindSafe for WsClientConfig
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