pub struct StackHealthResponse { /* private fields */ }Implementations§
Source§impl StackHealthResponse
impl StackHealthResponse
pub fn deployment_objects<T>(self, value: T) -> Self
pub fn overall_status<T>(self, value: T) -> Self
pub fn stack_id<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for StackHealthResponse
impl Clone for StackHealthResponse
Source§fn clone(&self) -> StackHealthResponse
fn clone(&self) -> StackHealthResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 StackHealthResponse
impl Debug for StackHealthResponse
Source§impl Default for StackHealthResponse
impl Default for StackHealthResponse
Source§impl From<StackHealthResponse> for StackHealthResponse
impl From<StackHealthResponse> for StackHealthResponse
Source§fn from(value: StackHealthResponse) -> Self
fn from(value: StackHealthResponse) -> Self
Converts to this type from the input type.
Source§impl TryFrom<StackHealthResponse> for StackHealthResponse
impl TryFrom<StackHealthResponse> for StackHealthResponse
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: StackHealthResponse) -> Result<Self, ConversionError>
fn try_from(value: StackHealthResponse) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for StackHealthResponse
impl RefUnwindSafe for StackHealthResponse
impl Send for StackHealthResponse
impl Sync for StackHealthResponse
impl Unpin for StackHealthResponse
impl UnsafeUnpin for StackHealthResponse
impl UnwindSafe for StackHealthResponse
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