Struct aws_sdk_chime::types::TerminationHealth
source · #[non_exhaustive]pub struct TerminationHealth { /* private fields */ }Expand description
The termination health details, including the source IP address and timestamp of the last successful SIP OPTIONS message from your SIP infrastructure.
Implementations§
source§impl TerminationHealth
impl TerminationHealth
sourcepub fn builder() -> TerminationHealthBuilder
pub fn builder() -> TerminationHealthBuilder
Creates a new builder-style object to manufacture TerminationHealth.
Trait Implementations§
source§impl Clone for TerminationHealth
impl Clone for TerminationHealth
source§fn clone(&self) -> TerminationHealth
fn clone(&self) -> TerminationHealth
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 TerminationHealth
impl Debug for TerminationHealth
source§impl PartialEq<TerminationHealth> for TerminationHealth
impl PartialEq<TerminationHealth> for TerminationHealth
source§fn eq(&self, other: &TerminationHealth) -> bool
fn eq(&self, other: &TerminationHealth) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for TerminationHealth
Auto Trait Implementations§
impl RefUnwindSafe for TerminationHealth
impl Send for TerminationHealth
impl Sync for TerminationHealth
impl Unpin for TerminationHealth
impl UnwindSafe for TerminationHealth
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more