Enum embedded_svc::wifi::ScanSortMethod
source · #[non_exhaustive]pub enum ScanSortMethod {
Signal,
Security,
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
source§impl Clone for ScanSortMethod
impl Clone for ScanSortMethod
source§fn clone(&self) -> ScanSortMethod
fn clone(&self) -> ScanSortMethod
Returns a copy of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ScanSortMethod
impl Debug for ScanSortMethod
source§impl Default for ScanSortMethod
impl Default for ScanSortMethod
source§fn default() -> ScanSortMethod
fn default() -> ScanSortMethod
Returns the “default value” for a type. Read more
source§impl PartialEq for ScanSortMethod
impl PartialEq for ScanSortMethod
source§fn eq(&self, other: &ScanSortMethod) -> bool
fn eq(&self, other: &ScanSortMethod) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for ScanSortMethod
impl Eq for ScanSortMethod
impl StructuralPartialEq for ScanSortMethod
Auto Trait Implementations§
impl Freeze for ScanSortMethod
impl RefUnwindSafe for ScanSortMethod
impl Send for ScanSortMethod
impl Sync for ScanSortMethod
impl Unpin for ScanSortMethod
impl UnwindSafe for ScanSortMethod
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)