Struct figaro::handlers::healthcheck_handler
source · pub struct healthcheck_handler;Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for healthcheck_handler
impl Send for healthcheck_handler
impl Sync for healthcheck_handler
impl Unpin for healthcheck_handler
impl UnwindSafe for healthcheck_handler
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