Struct aws_sdk_cloudsearch::model::AnalysisSchemeStatus [−][src]
#[non_exhaustive]pub struct AnalysisSchemeStatus {
pub options: Option<AnalysisScheme>,
pub status: Option<OptionStatus>,
}Expand description
The status and configuration of an AnalysisScheme.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.options: Option<AnalysisScheme>Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, JapaneseTokenizationDictionary and AlgorithmicStemming.
status: Option<OptionStatus>The status of domain configuration option.
Implementations
Configuration information for an analysis scheme. Each analysis scheme has a unique name and specifies the language of the text to be processed. The following options can be configured for an analysis scheme: Synonyms, Stopwords, StemmingDictionary, JapaneseTokenizationDictionary and AlgorithmicStemming.
The status of domain configuration option.
Creates a new builder-style object to manufacture AnalysisSchemeStatus
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AnalysisSchemeStatus
impl Send for AnalysisSchemeStatus
impl Sync for AnalysisSchemeStatus
impl Unpin for AnalysisSchemeStatus
impl UnwindSafe for AnalysisSchemeStatus
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
