#[non_exhaustive]pub struct NetworkPathComponentDetails { /* private fields */ }
Expand description
Information about the destination of the next component in the network path.
Implementations§
source§impl NetworkPathComponentDetails
impl NetworkPathComponentDetails
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture NetworkPathComponentDetails
.
Trait Implementations§
source§impl Clone for NetworkPathComponentDetails
impl Clone for NetworkPathComponentDetails
source§fn clone(&self) -> NetworkPathComponentDetails
fn clone(&self) -> NetworkPathComponentDetails
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 NetworkPathComponentDetails
impl Debug for NetworkPathComponentDetails
source§impl PartialEq<NetworkPathComponentDetails> for NetworkPathComponentDetails
impl PartialEq<NetworkPathComponentDetails> for NetworkPathComponentDetails
source§fn eq(&self, other: &NetworkPathComponentDetails) -> bool
fn eq(&self, other: &NetworkPathComponentDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.