pub enum DeleteDecision {
Accept,
Reject,
}Expand description
Delete decision.
Variants§
Trait Implementations§
Source§impl Clone for DeleteDecision
impl Clone for DeleteDecision
Source§fn clone(&self) -> DeleteDecision
fn clone(&self) -> DeleteDecision
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 moreimpl Copy for DeleteDecision
Source§impl Debug for DeleteDecision
impl Debug for DeleteDecision
Source§impl<'de> Deserialize<'de> for DeleteDecision
impl<'de> Deserialize<'de> for DeleteDecision
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
impl Eq for DeleteDecision
Source§impl Hash for DeleteDecision
impl Hash for DeleteDecision
Source§impl PartialEq for DeleteDecision
impl PartialEq for DeleteDecision
Source§fn eq(&self, other: &DeleteDecision) -> bool
fn eq(&self, other: &DeleteDecision) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DeleteDecision
impl Serialize for DeleteDecision
impl StructuralPartialEq for DeleteDecision
Auto Trait Implementations§
impl Freeze for DeleteDecision
impl RefUnwindSafe for DeleteDecision
impl Send for DeleteDecision
impl Sync for DeleteDecision
impl Unpin for DeleteDecision
impl UnsafeUnpin for DeleteDecision
impl UnwindSafe for DeleteDecision
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,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
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.