pub struct ScanResult {
    pub compatibility: Compatibility,
    pub timestamp: MonotonicInstant,
    pub bss_description: BssDescription,
}Fields§
§compatibility: Compatibility§timestamp: MonotonicInstant§bss_description: BssDescriptionImplementations§
Source§impl ScanResult
 
impl ScanResult
pub fn is_compatible(&self) -> bool
Trait Implementations§
Source§impl Clone for ScanResult
 
impl Clone for ScanResult
Source§fn clone(&self) -> ScanResult
 
fn clone(&self) -> ScanResult
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Debug for ScanResult
 
impl Debug for ScanResult
Source§impl From<ScanResult> for ScanResult
 
impl From<ScanResult> for ScanResult
Source§fn from(scan_result: ScanResult) -> ScanResult
 
fn from(scan_result: ScanResult) -> ScanResult
Converts to this type from the input type.
Source§impl PartialEq for ScanResult
 
impl PartialEq for ScanResult
Source§impl TryFrom<ScanResult> for ScanResult
 
impl TryFrom<ScanResult> for ScanResult
impl StructuralPartialEq for ScanResult
Auto Trait Implementations§
impl Freeze for ScanResult
impl RefUnwindSafe for ScanResult
impl Send for ScanResult
impl Sync for ScanResult
impl Unpin for ScanResult
impl UnwindSafe for ScanResult
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