Struct rusoto_ecr::BatchCheckLayerAvailabilityResponse [] [src]

pub struct BatchCheckLayerAvailabilityResponse {
    pub failures: Option<Vec<LayerFailure>>,
    pub layers: Option<Vec<Layer>>,
}

Fields

Any failures associated with the call.

A list of image layer objects corresponding to the image layer references in the request.

Trait Implementations

impl Default for BatchCheckLayerAvailabilityResponse
[src]

[src]

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

impl Debug for BatchCheckLayerAvailabilityResponse
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for BatchCheckLayerAvailabilityResponse
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations