pub struct HealthService;
Trait Implementations§
Source§impl Clone for HealthService
impl Clone for HealthService
Source§fn clone(&self) -> HealthService
fn clone(&self) -> HealthService
Returns a copy 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 moreSource§impl Health for HealthService
impl Health for HealthService
fn check( &mut self, ctx: RpcContext<'_>, req: HealthCheckRequest, sink: UnarySink<HealthCheckResponse>, )
fn watch( &mut self, ctx: RpcContext<'_>, _req: HealthCheckRequest, sink: ServerStreamingSink<HealthCheckResponse>, )
Auto Trait Implementations§
impl Freeze for HealthService
impl RefUnwindSafe for HealthService
impl Send for HealthService
impl Sync for HealthService
impl Unpin for HealthService
impl UnwindSafe for HealthService
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