#[non_exhaustive]pub struct CreateNetworkInsightsPathOutput { /* private fields */ }
Implementations
sourceimpl CreateNetworkInsightsPathOutput
impl CreateNetworkInsightsPathOutput
sourcepub fn network_insights_path(&self) -> Option<&NetworkInsightsPath>
pub fn network_insights_path(&self) -> Option<&NetworkInsightsPath>
Information about the path.
sourceimpl CreateNetworkInsightsPathOutput
impl CreateNetworkInsightsPathOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateNetworkInsightsPathOutput
.
Trait Implementations
sourceimpl Clone for CreateNetworkInsightsPathOutput
impl Clone for CreateNetworkInsightsPathOutput
sourcefn clone(&self) -> CreateNetworkInsightsPathOutput
fn clone(&self) -> CreateNetworkInsightsPathOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl PartialEq<CreateNetworkInsightsPathOutput> for CreateNetworkInsightsPathOutput
impl PartialEq<CreateNetworkInsightsPathOutput> for CreateNetworkInsightsPathOutput
sourcefn eq(&self, other: &CreateNetworkInsightsPathOutput) -> bool
fn eq(&self, other: &CreateNetworkInsightsPathOutput) -> bool
impl StructuralPartialEq for CreateNetworkInsightsPathOutput
Auto Trait Implementations
impl RefUnwindSafe for CreateNetworkInsightsPathOutput
impl Send for CreateNetworkInsightsPathOutput
impl Sync for CreateNetworkInsightsPathOutput
impl Unpin for CreateNetworkInsightsPathOutput
impl UnwindSafe for CreateNetworkInsightsPathOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more