Struct skema_service::ping
source · pub struct ping;
Expand description
This endpoint can be used to check the health of the service.
Trait Implementations§
source§impl HttpServiceFactory for ping
impl HttpServiceFactory for ping
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl RefUnwindSafe for ping
impl Send for ping
impl Sync for ping
impl Unpin for ping
impl UnwindSafe for ping
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