pub enum TriggerValueType {
Number,
Series,
Bool,
Event,
}Variants§
Trait Implementations§
Source§impl Clone for TriggerValueType
impl Clone for TriggerValueType
Source§fn clone(&self) -> TriggerValueType
fn clone(&self) -> TriggerValueType
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 TriggerValueType
impl Debug for TriggerValueType
Source§impl PartialEq for TriggerValueType
impl PartialEq for TriggerValueType
Source§fn eq(&self, other: &TriggerValueType) -> bool
fn eq(&self, other: &TriggerValueType) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for TriggerValueType
Auto Trait Implementations§
impl Freeze for TriggerValueType
impl RefUnwindSafe for TriggerValueType
impl Send for TriggerValueType
impl Sync for TriggerValueType
impl Unpin for TriggerValueType
impl UnsafeUnpin for TriggerValueType
impl UnwindSafe for TriggerValueType
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