pub enum SensitivityType {
Auto,
On,
Off,
// some variants omitted
}
Variants§
Trait Implementations§
Source§impl Clone for SensitivityType
impl Clone for SensitivityType
Source§fn clone(&self) -> SensitivityType
fn clone(&self) -> SensitivityType
Returns a copy 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 SensitivityType
impl Debug for SensitivityType
Source§impl Display for SensitivityType
impl Display for SensitivityType
Source§impl<'a> FromValue<'a> for SensitivityType
impl<'a> FromValue<'a> for SensitivityType
unsafe fn from_value(value: &Value) -> Self
Source§impl<'a> FromValueOptional<'a> for SensitivityType
impl<'a> FromValueOptional<'a> for SensitivityType
unsafe fn from_value_optional(value: &Value) -> Option<Self>
Source§impl Hash for SensitivityType
impl Hash for SensitivityType
Source§impl Ord for SensitivityType
impl Ord for SensitivityType
Source§fn cmp(&self, other: &SensitivityType) -> Ordering
fn cmp(&self, other: &SensitivityType) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for SensitivityType
impl PartialEq for SensitivityType
Source§impl PartialOrd for SensitivityType
impl PartialOrd for SensitivityType
Source§impl StaticType for SensitivityType
impl StaticType for SensitivityType
Source§fn static_type() -> Type
fn static_type() -> Type
Returns the type identifier of
Self
.impl Copy for SensitivityType
impl Eq for SensitivityType
impl StructuralPartialEq for SensitivityType
Auto Trait Implementations§
impl Freeze for SensitivityType
impl RefUnwindSafe for SensitivityType
impl Send for SensitivityType
impl Sync for SensitivityType
impl Unpin for SensitivityType
impl UnwindSafe for SensitivityType
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<T> ToSendValue for T
impl<T> ToSendValue for T
Source§fn to_send_value(&self) -> SendValue
fn to_send_value(&self) -> SendValue
Returns a
SendValue
clone of self
.