Struct mmdb_grpc::HealthService
source · [−]pub struct HealthService;
Trait Implementations
sourceimpl Clone for HealthService
impl Clone for HealthService
sourcefn clone(&self) -> HealthService
fn clone(&self) -> HealthService
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Health for HealthService
impl Health for HealthService
fn check(
&mut self,
ctx: RpcContext<'_>,
req: HealthCheckRequest,
sink: UnarySink<HealthCheckResponse>
)
Auto Trait Implementations
impl RefUnwindSafe for HealthService
impl Send for HealthService
impl Sync for HealthService
impl Unpin for HealthService
impl UnwindSafe for HealthService
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more