Struct rusoto_rekognition::DeleteFacesResponse [] [src]

pub struct DeleteFacesResponse {
    pub deleted_faces: Option<Vec<String>>,
}

Fields

An array of strings (face IDs) of the faces that were deleted.

Trait Implementations

impl Default for DeleteFacesResponse
[src]

[src]

Returns the "default value" for a type. Read more

impl Debug for DeleteFacesResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for DeleteFacesResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations