#[non_exhaustive]pub struct TargetContainerRepository {
pub service: Option<ContainerRepositoryService>,
pub repository_name: Option<String>,
}
Expand description
The container repository where the output container image is stored.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.service: Option<ContainerRepositoryService>
Specifies the service in which this image was registered.
repository_name: Option<String>
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
Implementations
Specifies the service in which this image was registered.
The name of the container repository where the output container image is stored. This name is prefixed by the repository location.
Creates a new builder-style object to manufacture TargetContainerRepository
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for TargetContainerRepository
impl Send for TargetContainerRepository
impl Sync for TargetContainerRepository
impl Unpin for TargetContainerRepository
impl UnwindSafe for TargetContainerRepository
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