pub struct RuntimeApiDoc;Expand description
OpenAPI documentation for the runtime domain.
Trait Implementations§
Source§impl OpenApi for RuntimeApiDoc
impl OpenApi for RuntimeApiDoc
Source§fn openapi() -> OpenApi
fn openapi() -> OpenApi
Return the
openapi::OpenApi instance which can be parsed with serde or served via
OpenAPI visualization tool such as Swagger UI.Auto Trait Implementations§
impl Freeze for RuntimeApiDoc
impl RefUnwindSafe for RuntimeApiDoc
impl Send for RuntimeApiDoc
impl Sync for RuntimeApiDoc
impl Unpin for RuntimeApiDoc
impl UnsafeUnpin for RuntimeApiDoc
impl UnwindSafe for RuntimeApiDoc
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