pub struct GetReadyResponse {
pub status: Option<GetReadyResponseStatus>,
pub timestamp: Option<String>,
pub checks: Option<GetReadyResponseChecks>,
}Expand description
GetReadyResponse model.
Fields§
§status: Option<GetReadyResponseStatus>§timestamp: Option<String>§checks: Option<GetReadyResponseChecks>Trait Implementations§
Source§impl Clone for GetReadyResponse
impl Clone for GetReadyResponse
Source§fn clone(&self) -> GetReadyResponse
fn clone(&self) -> GetReadyResponse
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 GetReadyResponse
impl Debug for GetReadyResponse
Source§impl Default for GetReadyResponse
impl Default for GetReadyResponse
Source§fn default() -> GetReadyResponse
fn default() -> GetReadyResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetReadyResponse
impl<'de> Deserialize<'de> for GetReadyResponse
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 GetReadyResponse
impl PartialEq for GetReadyResponse
Source§impl Serialize for GetReadyResponse
impl Serialize for GetReadyResponse
impl StructuralPartialEq for GetReadyResponse
Auto Trait Implementations§
impl Freeze for GetReadyResponse
impl RefUnwindSafe for GetReadyResponse
impl Send for GetReadyResponse
impl Sync for GetReadyResponse
impl Unpin for GetReadyResponse
impl UnsafeUnpin for GetReadyResponse
impl UnwindSafe for GetReadyResponse
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