#[non_exhaustive]pub struct DefineIndexFieldOutput { /* private fields */ }Expand description
The result of a request. Contains the status of the newly-configured index field.DefineIndexField
Implementations§
source§impl DefineIndexFieldOutput
impl DefineIndexFieldOutput
sourcepub fn index_field(&self) -> Option<&IndexFieldStatus>
pub fn index_field(&self) -> Option<&IndexFieldStatus>
The value of an IndexField and its current status.
source§impl DefineIndexFieldOutput
impl DefineIndexFieldOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DefineIndexFieldOutput.
Trait Implementations§
source§impl Clone for DefineIndexFieldOutput
impl Clone for DefineIndexFieldOutput
source§fn clone(&self) -> DefineIndexFieldOutput
fn clone(&self) -> DefineIndexFieldOutput
Returns a copy 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 more