pub struct Runner<'d, D: Driver> { /* 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, D> Freeze for Runner<'d, D>where
D: Freeze,
impl<'d, D> !RefUnwindSafe for Runner<'d, D>
impl<'d, D> !Send for Runner<'d, D>
impl<'d, D> !Sync for Runner<'d, D>
impl<'d, D> Unpin for Runner<'d, D>where
D: Unpin,
impl<'d, D> !UnwindSafe for Runner<'d, 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