pub struct Request<A: Address> { /* private fields */ }Expand description
A request received by the socket.
Implementations§
Auto Trait Implementations§
impl<A> !Freeze for Request<A>
impl<A> !RefUnwindSafe for Request<A>
impl<A> Send for Request<A>
impl<A> Sync for Request<A>
impl<A> Unpin for Request<A>
impl<A> UnsafeUnpin for Request<A>where
A: UnsafeUnpin,
impl<A> !UnwindSafe for Request<A>
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