pub struct InboundStage;Trait Implementations§
Source§impl InboundHttpExt for InboundStage
impl InboundHttpExt for InboundStage
Source§fn http(self) -> HttpInboundBuilder
fn http(self) -> HttpInboundBuilder
Begin building an HTTP inbound adapter (server) from the core adapter DSL.
Auto Trait Implementations§
impl Freeze for InboundStage
impl RefUnwindSafe for InboundStage
impl Send for InboundStage
impl Sync for InboundStage
impl Unpin for InboundStage
impl UnwindSafe for InboundStage
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