[−][src]Struct aws_sigv4::service::SignAndPrepare
Fields
credentials: Credentials
Trait Implementations
impl<T, B> Service<Request<B>> for SignAndPrepare<T> where
T: Service<Request<Body>>,
B: AsRef<[u8]>,
[src]
T: Service<Request<Body>>,
B: AsRef<[u8]>,
Auto Trait Implementations
impl<S> RefUnwindSafe for SignAndPrepare<S> where
S: RefUnwindSafe,
S: RefUnwindSafe,
impl<S> Send for SignAndPrepare<S> where
S: Send,
S: Send,
impl<S> Sync for SignAndPrepare<S> where
S: Sync,
S: Sync,
impl<S> Unpin for SignAndPrepare<S> where
S: Unpin,
S: Unpin,
impl<S> UnwindSafe for SignAndPrepare<S> where
S: UnwindSafe,
S: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, Request> ServiceExt<Request> for T where
T: Service<Request> + ?Sized,
[src]
T: Service<Request> + ?Sized,
fn ready(&mut self) -> Ready<Self, Request>
[src]
fn ready_and(&mut self) -> ReadyAnd<Self, Request>
[src]
fn ready_oneshot(self) -> ReadyOneshot<Self, Request>
[src]
fn oneshot(self, req: Request) -> Oneshot<Self, Request>
[src]
fn call_all<S>(self, reqs: S) -> CallAll<Self, S> where
S: Stream<Item = Request>,
Self::Error: Into<Box<dyn Error + 'static + Sync + Send>>,
[src]
S: Stream<Item = Request>,
Self::Error: Into<Box<dyn Error + 'static + Sync + Send>>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,