Struct aws_types::credentials::future::ProvideCredentials [−][src]
pub struct ProvideCredentials<'a>(_);Expand description
Future new-type that the ProvideCredentials trait must return.
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ProvideCredentials<'a>
impl<'a> Send for ProvideCredentials<'a>
impl<'a> !Sync for ProvideCredentials<'a>
impl<'a> Unpin for ProvideCredentials<'a>
impl<'a> !UnwindSafe for ProvideCredentials<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (
into_future)The output that the future will produce on completion.
type Future = F
type Future = F
🔬 This is a nightly-only experimental API. (
into_future)Which kind of future are we turning this into?
🔬 This is a nightly-only experimental API. (
into_future)Creates a future from a value.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
