#[non_exhaustive]pub struct DeleteIndexFieldOutput { /* private fields */ }Expand description
The result of a request.DeleteIndexField
Implementations§
source§impl DeleteIndexFieldOutput
impl DeleteIndexFieldOutput
sourcepub fn index_field(&self) -> Option<&IndexFieldStatus>
pub fn index_field(&self) -> Option<&IndexFieldStatus>
The status of the index field being deleted.
source§impl DeleteIndexFieldOutput
impl DeleteIndexFieldOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteIndexFieldOutput.
Trait Implementations§
source§impl Clone for DeleteIndexFieldOutput
impl Clone for DeleteIndexFieldOutput
source§fn clone(&self) -> DeleteIndexFieldOutput
fn clone(&self) -> DeleteIndexFieldOutput
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