pub enum StartSensitivity {
StartSensitivityUnspecified,
StartSensitivityHigh,
StartSensitivityLow,
}
Variants§
Trait Implementations§
Source§impl Clone for StartSensitivity
impl Clone for StartSensitivity
Source§fn clone(&self) -> StartSensitivity
fn clone(&self) -> StartSensitivity
Returns a duplicate 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 StartSensitivity
impl Debug for StartSensitivity
Source§impl<'de> Deserialize<'de> for StartSensitivity
impl<'de> Deserialize<'de> for StartSensitivity
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 PartialEq for StartSensitivity
impl PartialEq for StartSensitivity
Source§impl Serialize for StartSensitivity
impl Serialize for StartSensitivity
impl StructuralPartialEq for StartSensitivity
Auto Trait Implementations§
impl Freeze for StartSensitivity
impl RefUnwindSafe for StartSensitivity
impl Send for StartSensitivity
impl Sync for StartSensitivity
impl Unpin for StartSensitivity
impl UnwindSafe for StartSensitivity
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