pub struct ProxyHealthcheckResponse {
pub ready: bool,
pub prefill_instances: usize,
pub decode_instances: usize,
}Expand description
Healthcheck response body shared by the proxies.
Fields§
§ready: bool§prefill_instances: usize§decode_instances: usizeTrait Implementations§
Auto Trait Implementations§
impl Freeze for ProxyHealthcheckResponse
impl RefUnwindSafe for ProxyHealthcheckResponse
impl Send for ProxyHealthcheckResponse
impl Sync for ProxyHealthcheckResponse
impl Unpin for ProxyHealthcheckResponse
impl UnsafeUnpin for ProxyHealthcheckResponse
impl UnwindSafe for ProxyHealthcheckResponse
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