pub struct BssCandidacy { /* private fields */ }
Expand description
The BssCandidacy type is used to rank fidl_common::BssDescription values. It is ordered first by Protection and then by Dbm.
Trait Implementations§
Source§impl Debug for BssCandidacy
impl Debug for BssCandidacy
Source§impl Ord for BssCandidacy
impl Ord for BssCandidacy
Source§impl PartialEq for BssCandidacy
impl PartialEq for BssCandidacy
Source§impl PartialOrd for BssCandidacy
impl PartialOrd for BssCandidacy
impl Eq for BssCandidacy
impl StructuralPartialEq for BssCandidacy
Auto Trait Implementations§
impl Freeze for BssCandidacy
impl RefUnwindSafe for BssCandidacy
impl Send for BssCandidacy
impl Sync for BssCandidacy
impl Unpin for BssCandidacy
impl UnwindSafe for BssCandidacy
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