Struct machinebox::tagbox::CheckResponse [] [src]

pub struct CheckResponse {
    pub tags: Vec<Tag>,
    pub custom_tags: Vec<Tag>,
}

Response from calling check on an image

Fields

The list of identified tags

The list of custom (manually taught) tags identified with this image

Trait Implementations

impl Debug for CheckResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for CheckResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for CheckResponse

impl Sync for CheckResponse