pub struct Runner<'a, I, OUT> { /* private fields */ }Expand description
Runner for communicating with the WiFi device.
Implementations§
Auto Trait Implementations§
impl<'a, I, OUT> Freeze for Runner<'a, I, OUT>
impl<'a, I, OUT> !RefUnwindSafe for Runner<'a, I, OUT>
impl<'a, I, OUT> !Send for Runner<'a, I, OUT>
impl<'a, I, OUT> !Sync for Runner<'a, I, OUT>
impl<'a, I, OUT> Unpin for Runner<'a, I, OUT>
impl<'a, I, OUT> !UnwindSafe for Runner<'a, I, OUT>
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