Struct aws_sdk_networkmanager::model::PathComponent
source · #[non_exhaustive]pub struct PathComponent { /* private fields */ }Expand description
Describes a path component.
Implementations§
source§impl PathComponent
impl PathComponent
source§impl PathComponent
impl PathComponent
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture PathComponent.
Trait Implementations§
source§impl Clone for PathComponent
impl Clone for PathComponent
source§fn clone(&self) -> PathComponent
fn clone(&self) -> PathComponent
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 more