Struct aws_sdk_rekognition::input::ListFacesInput
source · [−]#[non_exhaustive]pub struct ListFacesInput { /* private fields */ }Implementations
sourceimpl ListFacesInput
impl ListFacesInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListFaces, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListFaces, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListFaces>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListFacesInput.
sourceimpl ListFacesInput
impl ListFacesInput
sourcepub fn collection_id(&self) -> Option<&str>
pub fn collection_id(&self) -> Option<&str>
ID of the collection from which to list the faces.
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
If the previous response was incomplete (because there is more data to retrieve), Amazon Rekognition returns a pagination token in the response. You can use this pagination token to retrieve the next set of faces.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Maximum number of faces to return.
Trait Implementations
sourceimpl Clone for ListFacesInput
impl Clone for ListFacesInput
sourcefn clone(&self) -> ListFacesInput
fn clone(&self) -> ListFacesInput
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 ListFacesInput
impl Debug for ListFacesInput
sourceimpl PartialEq<ListFacesInput> for ListFacesInput
impl PartialEq<ListFacesInput> for ListFacesInput
sourcefn eq(&self, other: &ListFacesInput) -> bool
fn eq(&self, other: &ListFacesInput) -> bool
impl StructuralPartialEq for ListFacesInput
Auto Trait Implementations
impl RefUnwindSafe for ListFacesInput
impl Send for ListFacesInput
impl Sync for ListFacesInput
impl Unpin for ListFacesInput
impl UnwindSafe for ListFacesInput
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