pub enum TriggerMode {
Replace,
SoftReplace,
Add,
Remove,
IsolateReplace,
IsolateSoftReplace,
IsolateAdd,
IsolateRemove,
}
Variants§
Trait Implementations§
Source§impl Clone for TriggerMode
impl Clone for TriggerMode
Source§fn clone(&self) -> TriggerMode
fn clone(&self) -> TriggerMode
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 TriggerMode
impl Debug for TriggerMode
Source§impl Display for TriggerMode
impl Display for TriggerMode
Source§impl FromStr for TriggerMode
impl FromStr for TriggerMode
Source§impl Hash for TriggerMode
impl Hash for TriggerMode
Source§impl PartialEq for TriggerMode
impl PartialEq for TriggerMode
impl Eq for TriggerMode
impl StructuralPartialEq for TriggerMode
Auto Trait Implementations§
impl Freeze for TriggerMode
impl RefUnwindSafe for TriggerMode
impl Send for TriggerMode
impl Sync for TriggerMode
impl Unpin for TriggerMode
impl UnwindSafe for TriggerMode
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> 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.