pub struct ConnectionRequest { /* private fields */ }
Expand description
An outstanding connection request that needs to be either Connection::accept
ed or
Connection::reject
ed.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConnectionRequest
impl RefUnwindSafe for ConnectionRequest
impl Send for ConnectionRequest
impl Sync for ConnectionRequest
impl Unpin for ConnectionRequest
impl UnwindSafe for ConnectionRequest
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