pub struct ApiHandlerInventory {
pub operation_id: &'static str,
pub handler: fn(&Value, HeaderMap, Option<String>, Option<Arc<dyn Any + Send + Sync>>, Vec<u8>, Option<String>) -> DynHandlerFuture,
}Fields§
§operation_id: &'static str§handler: fn(&Value, HeaderMap, Option<String>, Option<Arc<dyn Any + Send + Sync>>, Vec<u8>, Option<String>) -> DynHandlerFutureTrait Implementations§
impl Collect for ApiHandlerInventory
Auto Trait Implementations§
impl Freeze for ApiHandlerInventory
impl RefUnwindSafe for ApiHandlerInventory
impl Send for ApiHandlerInventory
impl Sync for ApiHandlerInventory
impl Unpin for ApiHandlerInventory
impl UnsafeUnpin for ApiHandlerInventory
impl UnwindSafe for ApiHandlerInventory
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