pub struct TriggerGene {
pub kind: TriggerKind,
pub pattern: Option<String>,
}Fields§
§kind: TriggerKind§pattern: Option<String>Trait Implementations§
Source§impl Clone for TriggerGene
impl Clone for TriggerGene
Source§fn clone(&self) -> TriggerGene
fn clone(&self) -> TriggerGene
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 TriggerGene
impl Debug for TriggerGene
Source§impl<'de> Deserialize<'de> for TriggerGene
impl<'de> Deserialize<'de> for TriggerGene
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 Ord for TriggerGene
impl Ord for TriggerGene
Source§fn cmp(&self, other: &TriggerGene) -> Ordering
fn cmp(&self, other: &TriggerGene) -> Ordering
1.21.0 (const: unstable) · 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 TriggerGene
impl PartialEq for TriggerGene
Source§fn eq(&self, other: &TriggerGene) -> bool
fn eq(&self, other: &TriggerGene) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for TriggerGene
impl PartialOrd for TriggerGene
Source§impl Serialize for TriggerGene
impl Serialize for TriggerGene
impl Eq for TriggerGene
impl StructuralPartialEq for TriggerGene
Auto Trait Implementations§
impl Freeze for TriggerGene
impl RefUnwindSafe for TriggerGene
impl Send for TriggerGene
impl Sync for TriggerGene
impl Unpin for TriggerGene
impl UnsafeUnpin for TriggerGene
impl UnwindSafe for TriggerGene
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> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
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.