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