pub struct HttpInboundAdaptersSpec { /* private fields */ }Implementations§
Source§impl HttpInboundAdaptersSpec
impl HttpInboundAdaptersSpec
pub fn new(version: u32) -> Self
pub fn add(self, a: HttpInboundAdapterSpec) -> Self
pub fn push(&mut self, a: HttpInboundAdapterSpec)
pub fn version(&self) -> u32
pub fn adapters(&self) -> &[HttpInboundAdapterSpec]
pub fn into_adapters(self) -> Vec<HttpInboundAdapterSpec>
Trait Implementations§
Source§impl Clone for HttpInboundAdaptersSpec
impl Clone for HttpInboundAdaptersSpec
Source§fn clone(&self) -> HttpInboundAdaptersSpec
fn clone(&self) -> HttpInboundAdaptersSpec
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 HttpInboundAdaptersSpec
impl RefUnwindSafe for HttpInboundAdaptersSpec
impl Send for HttpInboundAdaptersSpec
impl Sync for HttpInboundAdaptersSpec
impl Unpin for HttpInboundAdaptersSpec
impl UnwindSafe for HttpInboundAdaptersSpec
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