pub struct IncomingConn { /* private fields */ }
Implementations§
Source§impl IncomingConn
impl IncomingConn
pub async fn get_next(&mut self) -> Option<IncomingJsonRpcRequest>
Auto Trait Implementations§
impl Freeze for IncomingConn
impl RefUnwindSafe for IncomingConn
impl Send for IncomingConn
impl Sync for IncomingConn
impl Unpin for IncomingConn
impl UnwindSafe for IncomingConn
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