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