pub struct ClientHandshake { /* private fields */ }
Available on crate features
ws
and client
only.Expand description
Client WS handshake.
Implementations§
Source§impl ClientHandshake
impl ClientHandshake
Sourcepub fn builder() -> ClientHandshakeBuilder
pub fn builder() -> ClientHandshakeBuilder
Get a builder for the handshake.
Auto Trait Implementations§
impl Freeze for ClientHandshake
impl RefUnwindSafe for ClientHandshake
impl Send for ClientHandshake
impl Sync for ClientHandshake
impl Unpin for ClientHandshake
impl UnwindSafe for ClientHandshake
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