Struct poem_openapi::CombinedAPI [−][src]
pub struct CombinedAPI<A, B>(_, _);Expand description
API for the combine method.
Trait Implementations
Gets metadata of this API object.
Adds all API endpoints to the routing object.
Combine two API objects into one.
Auto Trait Implementations
impl<A, B> RefUnwindSafe for CombinedAPI<A, B> where
A: RefUnwindSafe,
B: RefUnwindSafe,
impl<A, B> Send for CombinedAPI<A, B> where
A: Send,
B: Send,
impl<A, B> Sync for CombinedAPI<A, B> where
A: Sync,
B: Sync,
impl<A, B> Unpin for CombinedAPI<A, B> where
A: Unpin,
B: Unpin,
impl<A, B> UnwindSafe for CombinedAPI<A, B> where
A: UnwindSafe,
B: UnwindSafe,
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more