pub struct CategoryConfig {
pub secrets: bool,
pub pii: bool,
pub internal: bool,
}Expand description
Category enable/disable toggles.
Fields§
§secrets: bool§pii: bool§internal: boolTrait Implementations§
Source§impl Clone for CategoryConfig
impl Clone for CategoryConfig
Source§fn clone(&self) -> CategoryConfig
fn clone(&self) -> CategoryConfig
Returns a duplicate 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 CategoryConfig
impl Debug for CategoryConfig
Source§impl Default for CategoryConfig
impl Default for CategoryConfig
Source§impl<'de> Deserialize<'de> for CategoryConfig
impl<'de> Deserialize<'de> for CategoryConfig
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
Auto Trait Implementations§
impl Freeze for CategoryConfig
impl RefUnwindSafe for CategoryConfig
impl Send for CategoryConfig
impl Sync for CategoryConfig
impl Unpin for CategoryConfig
impl UnsafeUnpin for CategoryConfig
impl UnwindSafe for CategoryConfig
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