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