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