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