pub struct AuthHealthResponse {
pub checks: Vec<AuthHealthResponseChecksItem>,
pub service: String,
pub status: Value,
pub timestamp: String,
}Fields§
§checks: Vec<AuthHealthResponseChecksItem>§service: String§status: Value§timestamp: StringTrait Implementations§
Source§impl Clone for AuthHealthResponse
impl Clone for AuthHealthResponse
Source§fn clone(&self) -> AuthHealthResponse
fn clone(&self) -> AuthHealthResponse
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 AuthHealthResponse
impl Debug for AuthHealthResponse
Source§impl<'de> Deserialize<'de> for AuthHealthResponse
impl<'de> Deserialize<'de> for AuthHealthResponse
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 AuthHealthResponse
impl PartialEq for AuthHealthResponse
Source§impl Serialize for AuthHealthResponse
impl Serialize for AuthHealthResponse
impl StructuralPartialEq for AuthHealthResponse
Auto Trait Implementations§
impl Freeze for AuthHealthResponse
impl RefUnwindSafe for AuthHealthResponse
impl Send for AuthHealthResponse
impl Sync for AuthHealthResponse
impl Unpin for AuthHealthResponse
impl UnsafeUnpin for AuthHealthResponse
impl UnwindSafe for AuthHealthResponse
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