Struct aws_smithy_runtime::client::identity::no_auth::NoAuthIdentityResolver
source · pub struct NoAuthIdentityResolver;
Expand description
Identity resolver for the NoAuthScheme
auth scheme.
Implementations§
Trait Implementations§
source§impl Debug for NoAuthIdentityResolver
impl Debug for NoAuthIdentityResolver
source§impl Default for NoAuthIdentityResolver
impl Default for NoAuthIdentityResolver
source§fn default() -> NoAuthIdentityResolver
fn default() -> NoAuthIdentityResolver
Returns the “default value” for a type. Read more
source§impl ResolveIdentity for NoAuthIdentityResolver
impl ResolveIdentity for NoAuthIdentityResolver
source§fn resolve_identity<'a>(
&'a self,
_runtime_components: &'a RuntimeComponents,
_: &'a ConfigBag,
) -> IdentityFuture<'a>
fn resolve_identity<'a>( &'a self, _runtime_components: &'a RuntimeComponents, _: &'a ConfigBag, ) -> IdentityFuture<'a>
Asynchronously resolves an identity for a request using the given config.
source§fn cache_location(&self) -> IdentityCacheLocation
fn cache_location(&self) -> IdentityCacheLocation
Returns the location of an identity cache associated with this identity resolver. Read more
source§fn cache_partition(&self) -> Option<IdentityCachePartition>
fn cache_partition(&self) -> Option<IdentityCachePartition>
Returns the identity cache partition associated with this identity resolver. Read more
Auto Trait Implementations§
impl Freeze for NoAuthIdentityResolver
impl RefUnwindSafe for NoAuthIdentityResolver
impl Send for NoAuthIdentityResolver
impl Sync for NoAuthIdentityResolver
impl Unpin for NoAuthIdentityResolver
impl UnwindSafe for NoAuthIdentityResolver
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.