pub struct HttpOutboundAdaptersSpec { /* private fields */ }Implementations§
Source§impl HttpOutboundAdaptersSpec
impl HttpOutboundAdaptersSpec
pub fn new(version: u32) -> Self
pub fn add(self, a: HttpOutboundAdapterSpec) -> Self
pub fn push(&mut self, a: HttpOutboundAdapterSpec)
pub fn version(&self) -> u32
pub fn adapters(&self) -> &[HttpOutboundAdapterSpec]
pub fn into_adapters(self) -> Vec<HttpOutboundAdapterSpec>
Trait Implementations§
Source§impl Clone for HttpOutboundAdaptersSpec
impl Clone for HttpOutboundAdaptersSpec
Source§fn clone(&self) -> HttpOutboundAdaptersSpec
fn clone(&self) -> HttpOutboundAdaptersSpec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for HttpOutboundAdaptersSpec
impl RefUnwindSafe for HttpOutboundAdaptersSpec
impl Send for HttpOutboundAdaptersSpec
impl Sync for HttpOutboundAdaptersSpec
impl Unpin for HttpOutboundAdaptersSpec
impl UnwindSafe for HttpOutboundAdaptersSpec
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