#[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 more