pub struct SesV2HttpService<H: SesHandler> { /* private fields */ }Expand description
Hyper Service implementation for SES v2 (restJson1).
Implementations§
Source§impl<H: SesHandler> SesV2HttpService<H>
impl<H: SesHandler> SesV2HttpService<H>
Trait Implementations§
Source§impl<H: SesHandler> Clone for SesV2HttpService<H>
impl<H: SesHandler> Clone for SesV2HttpService<H>
Source§impl<H: Debug + SesHandler> Debug for SesV2HttpService<H>
impl<H: Debug + SesHandler> Debug for SesV2HttpService<H>
Source§impl<H: SesHandler> Service<Request<Incoming>> for SesV2HttpService<H>
impl<H: SesHandler> Service<Request<Incoming>> for SesV2HttpService<H>
Source§type Response = Response<SesResponseBody>
type Response = Response<SesResponseBody>
Responses given by the service.
Source§type Error = Infallible
type Error = Infallible
Errors produced by the service. Read more
Auto Trait Implementations§
impl<H> Freeze for SesV2HttpService<H>
impl<H> RefUnwindSafe for SesV2HttpService<H>where
H: RefUnwindSafe,
impl<H> Send for SesV2HttpService<H>
impl<H> Sync for SesV2HttpService<H>
impl<H> Unpin for SesV2HttpService<H>
impl<H> UnsafeUnpin for SesV2HttpService<H>
impl<H> UnwindSafe for SesV2HttpService<H>where
H: RefUnwindSafe,
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