pub(in server) struct HealthzResponse {
ok: bool,
version: &'static str,
last_tick_at: Option<String>,
}Fields§
§ok: bool§version: &'static str§last_tick_at: Option<String>RFC3339 UTC; null until the reconcile loop ticks once.
Trait Implementations§
Source§impl Debug for HealthzResponse
impl Debug for HealthzResponse
Auto Trait Implementations§
impl Freeze for HealthzResponse
impl RefUnwindSafe for HealthzResponse
impl Send for HealthzResponse
impl Sync for HealthzResponse
impl Unpin for HealthzResponse
impl UnwindSafe for HealthzResponse
Blanket Implementations§
§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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