pub struct ServerWssConfig {
pub server_config: ServerConfig,
}
Expand description
WSS configuration
Fields§
§server_config: ServerConfig
Trait Implementations§
Source§impl Clone for ServerWssConfig
impl Clone for ServerWssConfig
Source§fn clone(&self) -> ServerWssConfig
fn clone(&self) -> ServerWssConfig
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 ServerWssConfig
impl !RefUnwindSafe for ServerWssConfig
impl Send for ServerWssConfig
impl Sync for ServerWssConfig
impl Unpin for ServerWssConfig
impl !UnwindSafe for ServerWssConfig
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