Struct aws_sdk_rekognition::input::ListCollectionsInput
source · [−]#[non_exhaustive]pub struct ListCollectionsInput { /* private fields */ }Implementations
sourceimpl ListCollectionsInput
impl ListCollectionsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCollections, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<ListCollections, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<ListCollections>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ListCollectionsInput.
sourceimpl ListCollectionsInput
impl ListCollectionsInput
sourcepub fn next_token(&self) -> Option<&str>
pub fn next_token(&self) -> Option<&str>
Pagination token from the previous response.
sourcepub fn max_results(&self) -> Option<i32>
pub fn max_results(&self) -> Option<i32>
Maximum number of collection IDs to return.
Trait Implementations
sourceimpl Clone for ListCollectionsInput
impl Clone for ListCollectionsInput
sourcefn clone(&self) -> ListCollectionsInput
fn clone(&self) -> ListCollectionsInput
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 ListCollectionsInput
impl Debug for ListCollectionsInput
sourceimpl PartialEq<ListCollectionsInput> for ListCollectionsInput
impl PartialEq<ListCollectionsInput> for ListCollectionsInput
sourcefn eq(&self, other: &ListCollectionsInput) -> bool
fn eq(&self, other: &ListCollectionsInput) -> bool
impl StructuralPartialEq for ListCollectionsInput
Auto Trait Implementations
impl RefUnwindSafe for ListCollectionsInput
impl Send for ListCollectionsInput
impl Sync for ListCollectionsInput
impl Unpin for ListCollectionsInput
impl UnwindSafe for ListCollectionsInput
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