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