pub struct StubSensor;Expand description
A sensor that knows nothing (macOS until CoreWLAN lands, and any other target). Always returns an empty snapshot.
Trait Implementations§
Source§impl LinkSensor for StubSensor
impl LinkSensor for StubSensor
Auto Trait Implementations§
impl Freeze for StubSensor
impl RefUnwindSafe for StubSensor
impl Send for StubSensor
impl Sync for StubSensor
impl Unpin for StubSensor
impl UnsafeUnpin for StubSensor
impl UnwindSafe for StubSensor
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