Struct aws_sdk_networkmanager::model::RouteAnalysisPath
source · #[non_exhaustive]pub struct RouteAnalysisPath { /* private fields */ }
Expand description
Describes a route analysis path.
Implementations§
source§impl RouteAnalysisPath
impl RouteAnalysisPath
sourcepub fn completion_status(&self) -> Option<&RouteAnalysisCompletion>
pub fn completion_status(&self) -> Option<&RouteAnalysisCompletion>
The status of the analysis at completion.
sourcepub fn path(&self) -> Option<&[PathComponent]>
pub fn path(&self) -> Option<&[PathComponent]>
The route analysis path.
source§impl RouteAnalysisPath
impl RouteAnalysisPath
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RouteAnalysisPath
.
Trait Implementations§
source§impl Clone for RouteAnalysisPath
impl Clone for RouteAnalysisPath
source§fn clone(&self) -> RouteAnalysisPath
fn clone(&self) -> RouteAnalysisPath
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 RouteAnalysisPath
impl Debug for RouteAnalysisPath
source§impl PartialEq<RouteAnalysisPath> for RouteAnalysisPath
impl PartialEq<RouteAnalysisPath> for RouteAnalysisPath
source§fn eq(&self, other: &RouteAnalysisPath) -> bool
fn eq(&self, other: &RouteAnalysisPath) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.