#[non_exhaustive]pub struct AwsEcsTaskDefinitionVolumesHostDetails { /* private fields */ }
Expand description
Information about a bind mount host volume.
Implementations§
source§impl AwsEcsTaskDefinitionVolumesHostDetails
impl AwsEcsTaskDefinitionVolumesHostDetails
sourcepub fn source_path(&self) -> Option<&str>
pub fn source_path(&self) -> Option<&str>
The path on the host container instance that is presented to the container.
source§impl AwsEcsTaskDefinitionVolumesHostDetails
impl AwsEcsTaskDefinitionVolumesHostDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AwsEcsTaskDefinitionVolumesHostDetails
.
Trait Implementations§
source§impl Clone for AwsEcsTaskDefinitionVolumesHostDetails
impl Clone for AwsEcsTaskDefinitionVolumesHostDetails
source§fn clone(&self) -> AwsEcsTaskDefinitionVolumesHostDetails
fn clone(&self) -> AwsEcsTaskDefinitionVolumesHostDetails
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl PartialEq<AwsEcsTaskDefinitionVolumesHostDetails> for AwsEcsTaskDefinitionVolumesHostDetails
impl PartialEq<AwsEcsTaskDefinitionVolumesHostDetails> for AwsEcsTaskDefinitionVolumesHostDetails
source§fn eq(&self, other: &AwsEcsTaskDefinitionVolumesHostDetails) -> bool
fn eq(&self, other: &AwsEcsTaskDefinitionVolumesHostDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.