pub struct OutboundStage;Trait Implementations§
Source§impl OutboundHttpExt for OutboundStage
impl OutboundHttpExt for OutboundStage
Source§fn http(self) -> HttpOutboundAdapterBuilder
fn http(self) -> HttpOutboundAdapterBuilder
Begin building an HTTP outbound adapter (client) from the core adapter DSL.
Auto Trait Implementations§
impl Freeze for OutboundStage
impl RefUnwindSafe for OutboundStage
impl Send for OutboundStage
impl Sync for OutboundStage
impl Unpin for OutboundStage
impl UnwindSafe for OutboundStage
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