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 moresource§impl Debug for PathComponent
impl Debug for PathComponent
source§impl PartialEq<PathComponent> for PathComponent
impl PartialEq<PathComponent> for PathComponent
source§fn eq(&self, other: &PathComponent) -> bool
fn eq(&self, other: &PathComponent) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.