pub enum CategoryAction {
Stop,
Redact,
Regenerate,
Flag,
}Variants§
Trait Implementations§
Source§impl Clone for CategoryAction
impl Clone for CategoryAction
Source§fn clone(&self) -> CategoryAction
fn clone(&self) -> CategoryAction
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 CategoryAction
impl Debug for CategoryAction
Source§impl<'de> Deserialize<'de> for CategoryAction
impl<'de> Deserialize<'de> for CategoryAction
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 Hash for CategoryAction
impl Hash for CategoryAction
Source§impl PartialEq for CategoryAction
impl PartialEq for CategoryAction
Source§fn eq(&self, other: &CategoryAction) -> bool
fn eq(&self, other: &CategoryAction) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for CategoryAction
impl Serialize for CategoryAction
impl Copy for CategoryAction
impl Eq for CategoryAction
impl StructuralPartialEq for CategoryAction
Auto Trait Implementations§
impl Freeze for CategoryAction
impl RefUnwindSafe for CategoryAction
impl Send for CategoryAction
impl Sync for CategoryAction
impl Unpin for CategoryAction
impl UnsafeUnpin for CategoryAction
impl UnwindSafe for CategoryAction
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