pub enum DeviceCount {
All,
Count(u64),
}Variants§
Trait Implementations§
Source§impl Clone for DeviceCount
impl Clone for DeviceCount
Source§fn clone(&self) -> DeviceCount
fn clone(&self) -> DeviceCount
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 DeviceCount
impl Debug for DeviceCount
Source§impl<'de> Deserialize<'de> for DeviceCount
impl<'de> Deserialize<'de> for DeviceCount
Source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for DeviceCount
impl Hash for DeviceCount
Source§impl PartialEq for DeviceCount
impl PartialEq for DeviceCount
Source§fn eq(&self, other: &DeviceCount) -> bool
fn eq(&self, other: &DeviceCount) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DeviceCount
impl Serialize for DeviceCount
impl Eq for DeviceCount
impl StructuralPartialEq for DeviceCount
Auto Trait Implementations§
impl Freeze for DeviceCount
impl RefUnwindSafe for DeviceCount
impl Send for DeviceCount
impl Sync for DeviceCount
impl Unpin for DeviceCount
impl UnsafeUnpin for DeviceCount
impl UnwindSafe for DeviceCount
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§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.