Struct aws_sdk_rekognition::output::DeleteCollectionOutput
source · [−]#[non_exhaustive]pub struct DeleteCollectionOutput { /* private fields */ }Implementations
sourceimpl DeleteCollectionOutput
impl DeleteCollectionOutput
sourcepub fn status_code(&self) -> Option<i32>
pub fn status_code(&self) -> Option<i32>
HTTP status code that indicates the result of the operation.
sourceimpl DeleteCollectionOutput
impl DeleteCollectionOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DeleteCollectionOutput.
Trait Implementations
sourceimpl Clone for DeleteCollectionOutput
impl Clone for DeleteCollectionOutput
sourcefn clone(&self) -> DeleteCollectionOutput
fn clone(&self) -> DeleteCollectionOutput
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 DeleteCollectionOutput
impl Debug for DeleteCollectionOutput
sourceimpl PartialEq<DeleteCollectionOutput> for DeleteCollectionOutput
impl PartialEq<DeleteCollectionOutput> for DeleteCollectionOutput
sourcefn eq(&self, other: &DeleteCollectionOutput) -> bool
fn eq(&self, other: &DeleteCollectionOutput) -> bool
impl StructuralPartialEq for DeleteCollectionOutput
Auto Trait Implementations
impl RefUnwindSafe for DeleteCollectionOutput
impl Send for DeleteCollectionOutput
impl Sync for DeleteCollectionOutput
impl Unpin for DeleteCollectionOutput
impl UnwindSafe for DeleteCollectionOutput
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