Struct aws_smithy_http_server::plugin::HttpLayer
source · pub struct HttpLayer<L>(pub L);Expand description
A Plugin which appends a HTTP Layer L to the existing Layer in Operation<S, Layer>.
Tuple Fields§
§0: LTrait Implementations§
Auto Trait Implementations§
impl<L> RefUnwindSafe for HttpLayer<L>where L: RefUnwindSafe,
impl<L> Send for HttpLayer<L>where L: Send,
impl<L> Sync for HttpLayer<L>where L: Sync,
impl<L> Unpin for HttpLayer<L>where L: Unpin,
impl<L> UnwindSafe for HttpLayer<L>where L: UnwindSafe,
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