Struct aws_sdk_cloudsearch::model::AnalysisSchemeStatus
source · [−]#[non_exhaustive]pub struct AnalysisSchemeStatus { /* private fields */ }Expand description
The status and configuration of an AnalysisScheme.
Implementations
sourceimpl AnalysisSchemeStatus
impl AnalysisSchemeStatus
sourcepub fn options(&self) -> Option<&AnalysisScheme>
pub fn options(&self) -> 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.
sourcepub fn status(&self) -> Option<&OptionStatus>
pub fn status(&self) -> Option<&OptionStatus>
The status of domain configuration option.
sourceimpl AnalysisSchemeStatus
impl AnalysisSchemeStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AnalysisSchemeStatus.
Trait Implementations
sourceimpl Clone for AnalysisSchemeStatus
impl Clone for AnalysisSchemeStatus
sourcefn clone(&self) -> AnalysisSchemeStatus
fn clone(&self) -> AnalysisSchemeStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for AnalysisSchemeStatus
impl Debug for AnalysisSchemeStatus
sourceimpl PartialEq<AnalysisSchemeStatus> for AnalysisSchemeStatus
impl PartialEq<AnalysisSchemeStatus> for AnalysisSchemeStatus
sourcefn eq(&self, other: &AnalysisSchemeStatus) -> bool
fn eq(&self, other: &AnalysisSchemeStatus) -> bool
impl StructuralPartialEq for AnalysisSchemeStatus
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
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more