pub struct HealthLiveResponse {
pub status: Option<String>,
}Expand description
HealthLiveResponse model.
Fields§
§status: Option<String>Trait Implementations§
Source§impl Clone for HealthLiveResponse
impl Clone for HealthLiveResponse
Source§fn clone(&self) -> HealthLiveResponse
fn clone(&self) -> HealthLiveResponse
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 HealthLiveResponse
impl Debug for HealthLiveResponse
Source§impl Default for HealthLiveResponse
impl Default for HealthLiveResponse
Source§fn default() -> HealthLiveResponse
fn default() -> HealthLiveResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HealthLiveResponse
impl<'de> Deserialize<'de> for HealthLiveResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for HealthLiveResponse
impl PartialEq for HealthLiveResponse
Source§impl Serialize for HealthLiveResponse
impl Serialize for HealthLiveResponse
impl StructuralPartialEq for HealthLiveResponse
Auto Trait Implementations§
impl Freeze for HealthLiveResponse
impl RefUnwindSafe for HealthLiveResponse
impl Send for HealthLiveResponse
impl Sync for HealthLiveResponse
impl Unpin for HealthLiveResponse
impl UnsafeUnpin for HealthLiveResponse
impl UnwindSafe for HealthLiveResponse
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