Struct aws_sdk_cloudsearch::output::DeleteIndexFieldOutput
source · [−]#[non_exhaustive]pub struct DeleteIndexFieldOutput { /* private fields */ }Expand description
The result of a request.DeleteIndexField
Implementations
sourceimpl 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.
sourceimpl DeleteIndexFieldOutput
impl DeleteIndexFieldOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteIndexFieldOutput.
Trait Implementations
sourceimpl Clone for DeleteIndexFieldOutput
impl Clone for DeleteIndexFieldOutput
sourcefn clone(&self) -> DeleteIndexFieldOutput
fn clone(&self) -> DeleteIndexFieldOutput
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 DeleteIndexFieldOutput
impl Debug for DeleteIndexFieldOutput
sourceimpl PartialEq<DeleteIndexFieldOutput> for DeleteIndexFieldOutput
impl PartialEq<DeleteIndexFieldOutput> for DeleteIndexFieldOutput
sourcefn eq(&self, other: &DeleteIndexFieldOutput) -> bool
fn eq(&self, other: &DeleteIndexFieldOutput) -> bool
impl StructuralPartialEq for DeleteIndexFieldOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteIndexFieldOutput
impl Send for DeleteIndexFieldOutput
impl Sync for DeleteIndexFieldOutput
impl Unpin for DeleteIndexFieldOutput
impl UnwindSafe for DeleteIndexFieldOutput
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