pub struct ClientRequest<'a> { /* private fields */ }
Expand description
Handshake request received from the client.
Implementations
sourceimpl<'a> ClientRequest<'a>
impl<'a> ClientRequest<'a>
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ClientRequest<'a>
impl<'a> Send for ClientRequest<'a>
impl<'a> Sync for ClientRequest<'a>
impl<'a> Unpin for ClientRequest<'a>
impl<'a> UnwindSafe for ClientRequest<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more