Struct rusoto_rekognition::GetCelebrityInfoRequest[][src]

pub struct GetCelebrityInfoRequest {
    pub id: String,
}

Fields

The ID for the celebrity. You get the celebrity ID from a call to the operation, which recognizes celebrities in an image.

Trait Implementations

impl Default for GetCelebrityInfoRequest
[src]

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

impl Debug for GetCelebrityInfoRequest
[src]

Formats the value using the given formatter. Read more

impl Clone for GetCelebrityInfoRequest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for GetCelebrityInfoRequest
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations