Struct aws_sdk_cloudsearch::output::IndexDocumentsOutput
source · [−]#[non_exhaustive]pub struct IndexDocumentsOutput { /* private fields */ }Expand description
The result of an IndexDocuments request. Contains the status of the indexing operation, including the fields being indexed.
Implementations
sourceimpl IndexDocumentsOutput
impl IndexDocumentsOutput
sourcepub fn field_names(&self) -> Option<&[String]>
pub fn field_names(&self) -> Option<&[String]>
The names of the fields that are currently being indexed.
sourceimpl IndexDocumentsOutput
impl IndexDocumentsOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture IndexDocumentsOutput.
Trait Implementations
sourceimpl Clone for IndexDocumentsOutput
impl Clone for IndexDocumentsOutput
sourcefn clone(&self) -> IndexDocumentsOutput
fn clone(&self) -> IndexDocumentsOutput
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 IndexDocumentsOutput
impl Debug for IndexDocumentsOutput
sourceimpl PartialEq<IndexDocumentsOutput> for IndexDocumentsOutput
impl PartialEq<IndexDocumentsOutput> for IndexDocumentsOutput
sourcefn eq(&self, other: &IndexDocumentsOutput) -> bool
fn eq(&self, other: &IndexDocumentsOutput) -> bool
impl StructuralPartialEq for IndexDocumentsOutput
Auto Trait Implementations
impl RefUnwindSafe for IndexDocumentsOutput
impl Send for IndexDocumentsOutput
impl Sync for IndexDocumentsOutput
impl Unpin for IndexDocumentsOutput
impl UnwindSafe for IndexDocumentsOutput
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