pub enum DeviceInformationExposureMode {
Exposed,
Protected,
}
Expand description
A mode indicating whether device information may be exposed.
Variants§
Trait Implementations§
Source§impl Clone for DeviceInformationExposureMode
impl Clone for DeviceInformationExposureMode
Source§fn clone(&self) -> DeviceInformationExposureMode
fn clone(&self) -> DeviceInformationExposureMode
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl PartialEq for DeviceInformationExposureMode
impl PartialEq for DeviceInformationExposureMode
Source§fn eq(&self, other: &DeviceInformationExposureMode) -> bool
fn eq(&self, other: &DeviceInformationExposureMode) -> bool
Tests for
self
and other
values to be equal, and is used by ==
.impl Copy for DeviceInformationExposureMode
impl Eq for DeviceInformationExposureMode
impl StructuralPartialEq for DeviceInformationExposureMode
Auto Trait Implementations§
impl Freeze for DeviceInformationExposureMode
impl RefUnwindSafe for DeviceInformationExposureMode
impl Send for DeviceInformationExposureMode
impl Sync for DeviceInformationExposureMode
impl Unpin for DeviceInformationExposureMode
impl UnwindSafe for DeviceInformationExposureMode
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.