pub enum SettingsHookOutcome {
Appended,
Unchanged,
}Expand description
Result of upsert_settings_hook_command.
Variants§
Trait Implementations§
Source§impl Clone for SettingsHookOutcome
impl Clone for SettingsHookOutcome
Source§fn clone(&self) -> SettingsHookOutcome
fn clone(&self) -> SettingsHookOutcome
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 SettingsHookOutcome
impl Debug for SettingsHookOutcome
Source§impl PartialEq for SettingsHookOutcome
impl PartialEq for SettingsHookOutcome
Source§fn eq(&self, other: &SettingsHookOutcome) -> bool
fn eq(&self, other: &SettingsHookOutcome) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for SettingsHookOutcome
impl StructuralPartialEq for SettingsHookOutcome
Auto Trait Implementations§
impl Freeze for SettingsHookOutcome
impl RefUnwindSafe for SettingsHookOutcome
impl Send for SettingsHookOutcome
impl Sync for SettingsHookOutcome
impl Unpin for SettingsHookOutcome
impl UnsafeUnpin for SettingsHookOutcome
impl UnwindSafe for SettingsHookOutcome
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.