Struct aws_sdk_rekognition::input::CreateCollectionInput  
source · [−]#[non_exhaustive]pub struct CreateCollectionInput { /* private fields */ }Implementations
sourceimpl CreateCollectionInput
 
impl CreateCollectionInput
sourcepub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<CreateCollection, AwsResponseRetryClassifier>, BuildError>
 
pub async fn make_operation(
    &self,
    _config: &Config
) -> Result<Operation<CreateCollection, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateCollection>
sourcepub fn builder() -> Builder
 
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateCollectionInput.
sourceimpl CreateCollectionInput
 
impl CreateCollectionInput
sourcepub fn collection_id(&self) -> Option<&str>
 
pub fn collection_id(&self) -> Option<&str>
ID for the collection that you are creating.
A set of tags (key-value pairs) that you want to attach to the collection.
Trait Implementations
sourceimpl Clone for CreateCollectionInput
 
impl Clone for CreateCollectionInput
sourcefn clone(&self) -> CreateCollectionInput
 
fn clone(&self) -> CreateCollectionInput
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 CreateCollectionInput
 
impl Debug for CreateCollectionInput
sourceimpl PartialEq<CreateCollectionInput> for CreateCollectionInput
 
impl PartialEq<CreateCollectionInput> for CreateCollectionInput
sourcefn eq(&self, other: &CreateCollectionInput) -> bool
 
fn eq(&self, other: &CreateCollectionInput) -> bool
impl StructuralPartialEq for CreateCollectionInput
Auto Trait Implementations
impl RefUnwindSafe for CreateCollectionInput
impl Send for CreateCollectionInput
impl Sync for CreateCollectionInput
impl Unpin for CreateCollectionInput
impl UnwindSafe for CreateCollectionInput
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