pub struct QueryClassificationConfig {
pub enabled: bool,
pub rules: Vec<QueryClassificationRule>,
}Fields§
§enabled: bool§rules: Vec<QueryClassificationRule>Trait Implementations§
Source§impl Clone for QueryClassificationConfig
impl Clone for QueryClassificationConfig
Source§fn clone(&self) -> QueryClassificationConfig
fn clone(&self) -> QueryClassificationConfig
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 QueryClassificationConfig
impl Debug for QueryClassificationConfig
Source§impl Default for QueryClassificationConfig
impl Default for QueryClassificationConfig
Source§fn default() -> QueryClassificationConfig
fn default() -> QueryClassificationConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryClassificationConfigwhere
QueryClassificationConfig: Default,
impl<'de> Deserialize<'de> for QueryClassificationConfigwhere
QueryClassificationConfig: Default,
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 QueryClassificationConfig
impl RefUnwindSafe for QueryClassificationConfig
impl Send for QueryClassificationConfig
impl Sync for QueryClassificationConfig
impl Unpin for QueryClassificationConfig
impl UnsafeUnpin for QueryClassificationConfig
impl UnwindSafe for QueryClassificationConfig
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