Struct scratchstack_aws_signature::GetSigningKeyFn[][src]

pub struct GetSigningKeyFn<F> { /* fields omitted */ }

Trait Implementations

impl<F: Clone> Clone for GetSigningKeyFn<F>[src]

impl<F: Copy> Copy for GetSigningKeyFn<F>[src]

impl<F> Debug for GetSigningKeyFn<F>[src]

impl<F, Fut, E> Service<GetSigningKeyRequest> for GetSigningKeyFn<F> where
    F: FnMut(SigningKeyKind, String, Option<String>, Date<Utc>, String, String) -> Fut,
    Fut: Future<Output = Result<(PrincipalActor, SigningKey), E>> + Send + Sync,
    E: Into<BoxError>, 
[src]

type Response = (PrincipalActor, SigningKey)

Responses given by the service.

type Error = E

Errors produced by the service.

type Future = Fut

The future response value.

Auto Trait Implementations

impl<F> RefUnwindSafe for GetSigningKeyFn<F> where
    F: RefUnwindSafe

impl<F> Send for GetSigningKeyFn<F> where
    F: Send

impl<F> Sync for GetSigningKeyFn<F> where
    F: Sync

impl<F> Unpin for GetSigningKeyFn<F> where
    F: Unpin

impl<F> UnwindSafe for GetSigningKeyFn<F> where
    F: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, Request> ServiceExt<Request> for T where
    T: Service<Request> + ?Sized
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.