pub struct HealthCheck200Response {
pub status: Option<String>,
pub version: Option<String>,
}Fields§
§status: Option<String>§version: Option<String>Implementations§
Source§impl HealthCheck200Response
impl HealthCheck200Response
pub fn new() -> HealthCheck200Response
Trait Implementations§
Source§impl Clone for HealthCheck200Response
impl Clone for HealthCheck200Response
Source§fn clone(&self) -> HealthCheck200Response
fn clone(&self) -> HealthCheck200Response
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 HealthCheck200Response
impl Debug for HealthCheck200Response
Source§impl Default for HealthCheck200Response
impl Default for HealthCheck200Response
Source§fn default() -> HealthCheck200Response
fn default() -> HealthCheck200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for HealthCheck200Response
impl<'de> Deserialize<'de> for HealthCheck200Response
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 HealthCheck200Response
impl PartialEq for HealthCheck200Response
Source§fn eq(&self, other: &HealthCheck200Response) -> bool
fn eq(&self, other: &HealthCheck200Response) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for HealthCheck200Response
impl Serialize for HealthCheck200Response
impl StructuralPartialEq for HealthCheck200Response
Auto Trait Implementations§
impl Freeze for HealthCheck200Response
impl RefUnwindSafe for HealthCheck200Response
impl Send for HealthCheck200Response
impl Sync for HealthCheck200Response
impl Unpin for HealthCheck200Response
impl UnsafeUnpin for HealthCheck200Response
impl UnwindSafe for HealthCheck200Response
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