Struct aws_sdk_ecr::model::layer::Builder   [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for Layer
Implementations
The sha256 digest of the image layer.
The sha256 digest of the image layer.
The availability status of the image layer.
The availability status of the image layer.
The size, in bytes, of the image layer.
The size, in bytes, of the image layer.
The media type of the layer, such as
application/vnd.docker.image.rootfs.diff.tar.gzip or
application/vnd.oci.image.layer.v1.tar+gzip.
The media type of the layer, such as
application/vnd.docker.image.rootfs.diff.tar.gzip or
application/vnd.oci.image.layer.v1.tar+gzip.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
