pub struct get_schema {}
Expand description
API Endpoint: get_schema Return the OpenAPI schema for the daemon as-configured. Some endpoints may differ depending on the host that is being targeted.
Trait Implementations§
source§impl From<get_schema> for ApiEndpoint<<RequestContext<Context> as RequestContextArgument>::Context>
impl From<get_schema> for ApiEndpoint<<RequestContext<Context> as RequestContextArgument>::Context>
source§fn from(_: get_schema) -> Self
fn from(_: get_schema) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for get_schema
impl RefUnwindSafe for get_schema
impl Send for get_schema
impl Sync for get_schema
impl Unpin for get_schema
impl UnwindSafe for get_schema
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