pub struct HttpOutboundAdapterBuilder { /* private fields */ }Implementations§
Source§impl HttpOutboundAdapterBuilder
impl HttpOutboundAdapterBuilder
pub fn id(self, v: impl Into<String>) -> HttpOutboundAdapterBuilder
pub fn host(self, v: impl Into<String>) -> HttpOutboundAdapterBuilder
pub fn port(self, v: u16) -> HttpOutboundAdapterBuilder
pub fn base_path(self, v: impl Into<String>) -> HttpOutboundAdapterBuilder
pub fn path(self, v: impl Into<String>) -> HttpOutboundAdapterBuilder
pub fn method(self, m: Method) -> HttpOutboundAdapterBuilder
pub fn use_out_msg(self, flag: bool) -> HttpOutboundAdapterBuilder
pub fn build(self) -> Result<HttpOutboundAdapter, Error>
Trait Implementations§
Source§impl Default for HttpOutboundAdapterBuilder
impl Default for HttpOutboundAdapterBuilder
Source§fn default() -> HttpOutboundAdapterBuilder
fn default() -> HttpOutboundAdapterBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for HttpOutboundAdapterBuilder
impl RefUnwindSafe for HttpOutboundAdapterBuilder
impl Send for HttpOutboundAdapterBuilder
impl Sync for HttpOutboundAdapterBuilder
impl Unpin for HttpOutboundAdapterBuilder
impl UnwindSafe for HttpOutboundAdapterBuilder
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