pub struct ConnectionReceiver { /* private fields */ }Implementations§
Source§impl ConnectionReceiver
impl ConnectionReceiver
pub fn next_request(&self) -> Option<ConnRequest>
Auto Trait Implementations§
impl !Freeze for ConnectionReceiver
impl !Sync for ConnectionReceiver
impl RefUnwindSafe for ConnectionReceiver
impl Send for ConnectionReceiver
impl Unpin for ConnectionReceiver
impl UnsafeUnpin for ConnectionReceiver
impl UnwindSafe for ConnectionReceiver
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