pub struct WifiNetworksCache {
pub data: Vec<NetworkInfo>,
pub fetched_at: Instant,
}Fields§
§data: Vec<NetworkInfo>§fetched_at: InstantAuto Trait Implementations§
impl Freeze for WifiNetworksCache
impl RefUnwindSafe for WifiNetworksCache
impl Send for WifiNetworksCache
impl Sync for WifiNetworksCache
impl Unpin for WifiNetworksCache
impl UnsafeUnpin for WifiNetworksCache
impl UnwindSafe for WifiNetworksCache
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