Struct aws_smithy_runtime_api::client::identity::IdentityResolvers
source · pub struct IdentityResolvers { /* private fields */ }Implementations§
source§impl IdentityResolvers
impl IdentityResolvers
pub fn builder() -> IdentityResolversBuilder
pub fn identity_resolver( &self, scheme_id: AuthSchemeId ) -> Option<&dyn IdentityResolver>
pub fn to_builder(self) -> IdentityResolversBuilder
Trait Implementations§
source§impl Clone for IdentityResolvers
impl Clone for IdentityResolvers
source§fn clone(&self) -> IdentityResolvers
fn clone(&self) -> IdentityResolvers
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for IdentityResolvers
impl Debug for IdentityResolvers
source§impl Default for IdentityResolvers
impl Default for IdentityResolvers
source§fn default() -> IdentityResolvers
fn default() -> IdentityResolvers
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for IdentityResolvers
impl Send for IdentityResolvers
impl Sync for IdentityResolvers
impl Unpin for IdentityResolvers
impl !UnwindSafe for IdentityResolvers
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