pub struct RelatorioHealth {
pub config_ok: bool,
pub keys_count: usize,
pub api_alcancavel: bool,
pub detalhes_api: Option<String>,
}Expand description
Resultado consolidado dos checks de saúde.
Fields§
§config_ok: bool§keys_count: usize§api_alcancavel: bool§detalhes_api: Option<String>Trait Implementations§
Source§impl Debug for RelatorioHealth
impl Debug for RelatorioHealth
Auto Trait Implementations§
impl Freeze for RelatorioHealth
impl RefUnwindSafe for RelatorioHealth
impl Send for RelatorioHealth
impl Sync for RelatorioHealth
impl Unpin for RelatorioHealth
impl UnsafeUnpin for RelatorioHealth
impl UnwindSafe for RelatorioHealth
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