pub struct version;Expand description
Build / version info. Mounted unprefixed so orchestrators and
release-tracking tools can hit it without knowing how the server
is exposed. Always returns 200 with a JSON object.
Trait Implementations§
Source§impl HttpServiceFactory for version
impl HttpServiceFactory for version
fn register(self, __config: &mut AppService)
Auto Trait Implementations§
impl Freeze for version
impl RefUnwindSafe for version
impl Send for version
impl Sync for version
impl Unpin for version
impl UnsafeUnpin 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