pub struct ConfigureHealthCheckOutput {
pub health_check: Option<HealthCheck>,
}Expand description
Contains the output of ConfigureHealthCheck.
Fields§
§health_check: Option<HealthCheck>The updated health check.
Trait Implementations§
Source§impl Clone for ConfigureHealthCheckOutput
impl Clone for ConfigureHealthCheckOutput
Source§fn clone(&self) -> ConfigureHealthCheckOutput
fn clone(&self) -> ConfigureHealthCheckOutput
Returns a duplicate 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 ConfigureHealthCheckOutput
impl Debug for ConfigureHealthCheckOutput
Source§impl Default for ConfigureHealthCheckOutput
impl Default for ConfigureHealthCheckOutput
Source§fn default() -> ConfigureHealthCheckOutput
fn default() -> ConfigureHealthCheckOutput
Returns the “default value” for a type. Read more
impl StructuralPartialEq for ConfigureHealthCheckOutput
Auto Trait Implementations§
impl Freeze for ConfigureHealthCheckOutput
impl RefUnwindSafe for ConfigureHealthCheckOutput
impl Send for ConfigureHealthCheckOutput
impl Sync for ConfigureHealthCheckOutput
impl Unpin for ConfigureHealthCheckOutput
impl UnwindSafe for ConfigureHealthCheckOutput
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