pub struct StoreHealth {
pub relational: bool,
pub vector: bool,
pub cache: bool,
pub search: bool,
}Fields§
§relational: bool§vector: bool§cache: bool§search: boolImplementations§
Source§impl StoreHealth
impl StoreHealth
pub fn is_healthy(&self) -> bool
pub fn unhealthy_backends(&self) -> Vec<&'static str>
Trait Implementations§
Source§impl Clone for StoreHealth
impl Clone for StoreHealth
Source§fn clone(&self) -> StoreHealth
fn clone(&self) -> StoreHealth
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 moreAuto Trait Implementations§
impl Freeze for StoreHealth
impl RefUnwindSafe for StoreHealth
impl Send for StoreHealth
impl Sync for StoreHealth
impl Unpin for StoreHealth
impl UnwindSafe for StoreHealth
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