pub struct Runner<'d> { /* private fields */ }Expand description
Network stack runner.
You must call Runner::run() in a background task for the network stack to work.
Implementations§
Auto Trait Implementations§
impl<'d> !RefUnwindSafe for Runner<'d>
impl<'d> !Send for Runner<'d>
impl<'d> !Sync for Runner<'d>
impl<'d> !UnwindSafe for Runner<'d>
impl<'d> Freeze for Runner<'d>
impl<'d> Unpin for Runner<'d>
impl<'d> UnsafeUnpin for Runner<'d>
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