Enum wick_config::config::TriggerKind
source · pub enum TriggerKind {
Cli,
Http,
Time,
}Expand description
The kind of trigger.
Variants§
Trait Implementations§
source§impl Clone for TriggerKind
impl Clone for TriggerKind
source§fn clone(&self) -> TriggerKind
fn clone(&self) -> TriggerKind
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 TriggerKind
impl Debug for TriggerKind
source§impl Display for TriggerKind
impl Display for TriggerKind
source§impl Hash for TriggerKind
impl Hash for TriggerKind
source§impl PartialEq<TriggerKind> for TriggerKind
impl PartialEq<TriggerKind> for TriggerKind
source§fn eq(&self, other: &TriggerKind) -> bool
fn eq(&self, other: &TriggerKind) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for TriggerKind
impl Eq for TriggerKind
impl StructuralEq for TriggerKind
impl StructuralPartialEq for TriggerKind
Auto Trait Implementations§
impl RefUnwindSafe for TriggerKind
impl Send for TriggerKind
impl Sync for TriggerKind
impl Unpin for TriggerKind
impl UnwindSafe for TriggerKind
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
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.source§impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.