Struct aws_sdk_cloudsearch::model::IndexFieldStatus
source · [−]#[non_exhaustive]pub struct IndexFieldStatus {
pub options: Option<IndexField>,
pub status: Option<OptionStatus>,
}Expand description
The value of an IndexField and its current status.
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<IndexField>Configuration information for a field in the index, including its name, type, and options. The supported options depend on the .IndexFieldType
status: Option<OptionStatus>The status of domain configuration option.
Implementations
Configuration information for a field in the index, including its name, type, and options. The supported options depend on the .IndexFieldType
The status of domain configuration option.
Creates a new builder-style object to manufacture IndexFieldStatus
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 IndexFieldStatus
impl Send for IndexFieldStatus
impl Sync for IndexFieldStatus
impl Unpin for IndexFieldStatus
impl UnwindSafe for IndexFieldStatus
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