pub struct ClientWssConfig {
pub client_config: ClientConfig,
pub dns_name: String,
}
Expand description
WSS configuration
Fields§
§client_config: ClientConfig
§dns_name: String
Trait Implementations§
Source§impl Clone for ClientWssConfig
impl Clone for ClientWssConfig
Source§fn clone(&self) -> ClientWssConfig
fn clone(&self) -> ClientWssConfig
Returns a copy 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 ClientWssConfig
impl !RefUnwindSafe for ClientWssConfig
impl Send for ClientWssConfig
impl Sync for ClientWssConfig
impl Unpin for ClientWssConfig
impl !UnwindSafe for ClientWssConfig
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