pub struct HealthResponse {
pub status: String,
pub version: String,
pub tools: usize,
pub providers: usize,
pub skills: usize,
pub auth: String,
}Fields§
§status: String§version: String§tools: usize§providers: usize§skills: usize§auth: StringTrait Implementations§
Source§impl Debug for HealthResponse
impl Debug for HealthResponse
Auto Trait Implementations§
impl Freeze for HealthResponse
impl RefUnwindSafe for HealthResponse
impl Send for HealthResponse
impl Sync for HealthResponse
impl Unpin for HealthResponse
impl UnsafeUnpin for HealthResponse
impl UnwindSafe for HealthResponse
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