pub enum MonitorEnumType {
UpperThreshold,
LowerThreshold,
DeltaPeriodic,
PeriodicClockAligned,
}
Variants§
Trait Implementations§
source§impl Clone for MonitorEnumType
impl Clone for MonitorEnumType
source§fn clone(&self) -> MonitorEnumType
fn clone(&self) -> MonitorEnumType
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 MonitorEnumType
impl Debug for MonitorEnumType
source§impl Default for MonitorEnumType
impl Default for MonitorEnumType
source§fn default() -> MonitorEnumType
fn default() -> MonitorEnumType
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for MonitorEnumType
impl<'de> Deserialize<'de> for MonitorEnumType
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<MonitorEnumType> for MonitorEnumType
impl PartialEq<MonitorEnumType> for MonitorEnumType
source§fn eq(&self, other: &MonitorEnumType) -> bool
fn eq(&self, other: &MonitorEnumType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for MonitorEnumType
impl Serialize for MonitorEnumType
impl StructuralPartialEq for MonitorEnumType
Auto Trait Implementations§
impl RefUnwindSafe for MonitorEnumType
impl Send for MonitorEnumType
impl Sync for MonitorEnumType
impl Unpin for MonitorEnumType
impl UnwindSafe for MonitorEnumType
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