pub enum LintConfigSetting {
Show 26 variants
RerankerEnabled,
PageProjectionEnabled,
EpisodeChannelEnabled,
FactChannelEnabled,
SummaryPreludeEnabled,
TemporalGroundingEnabled,
KnowledgeGraphServingEnabled,
KnowledgeGraphSweepEnabled,
KnowledgeGraphProviderReady,
KnowledgeGraphHubCap,
SourceConfigurationCaptured,
SourceConfigurationCount,
SourceSnapshotIdentity,
PageRetrievalChannelEnabled,
FactChannelLimit,
RerankerLightConfigured,
RerankerDeepConfigured,
ProviderSlotsRequested,
ModelSlotsConfigured,
RerankerPathsRequested,
ModelConfigurationIdentity,
RuntimeObservationCaptured,
SemanticProviderReady,
SemanticProviderOnDevice,
SemanticExternalEgressEnabled,
SemanticCallingAgentEnabled,
}Variants§
RerankerEnabled
PageProjectionEnabled
EpisodeChannelEnabled
FactChannelEnabled
SummaryPreludeEnabled
TemporalGroundingEnabled
KnowledgeGraphServingEnabled
KnowledgeGraphSweepEnabled
KnowledgeGraphProviderReady
KnowledgeGraphHubCap
SourceConfigurationCaptured
SourceConfigurationCount
SourceSnapshotIdentity
PageRetrievalChannelEnabled
FactChannelLimit
RerankerLightConfigured
RerankerDeepConfigured
ProviderSlotsRequested
ModelSlotsConfigured
RerankerPathsRequested
ModelConfigurationIdentity
RuntimeObservationCaptured
SemanticProviderReady
SemanticProviderOnDevice
SemanticExternalEgressEnabled
SemanticCallingAgentEnabled
Trait Implementations§
Source§impl Clone for LintConfigSetting
impl Clone for LintConfigSetting
Source§fn clone(&self) -> LintConfigSetting
fn clone(&self) -> LintConfigSetting
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 LintConfigSetting
Source§impl Debug for LintConfigSetting
impl Debug for LintConfigSetting
impl Eq for LintConfigSetting
Source§impl Ord for LintConfigSetting
impl Ord for LintConfigSetting
Source§fn cmp(&self, other: &LintConfigSetting) -> Ordering
fn cmp(&self, other: &LintConfigSetting) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for LintConfigSetting
impl PartialEq for LintConfigSetting
Source§impl PartialOrd for LintConfigSetting
impl PartialOrd for LintConfigSetting
impl StructuralPartialEq for LintConfigSetting
Auto Trait Implementations§
impl Freeze for LintConfigSetting
impl RefUnwindSafe for LintConfigSetting
impl Send for LintConfigSetting
impl Sync for LintConfigSetting
impl Unpin for LintConfigSetting
impl UnsafeUnpin for LintConfigSetting
impl UnwindSafe for LintConfigSetting
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