pub struct Ws;
Available on crate feature
protocol-ws
only.Expand description
The WS scheme used to connect to ws://
endpoints
Trait Implementations§
Source§impl IntoEndpoint<Ws> for &String
impl IntoEndpoint<Ws> for &String
Source§impl IntoEndpoint<Ws> for &str
impl IntoEndpoint<Ws> for &str
Source§impl IntoEndpoint<Ws> for (SocketAddr, Config)
impl IntoEndpoint<Ws> for (SocketAddr, Config)
Source§impl IntoEndpoint<Ws> for SocketAddr
impl IntoEndpoint<Ws> for SocketAddr
Auto Trait Implementations§
impl Freeze for Ws
impl RefUnwindSafe for Ws
impl Send for Ws
impl Sync for Ws
impl Unpin for Ws
impl UnwindSafe for Ws
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