Struct aws_smithy_runtime_api::client::auth::static_resolver::StaticAuthSchemeOptionResolverParams
source · pub struct StaticAuthSchemeOptionResolverParams;
Expand description
Empty params to be used with StaticAuthSchemeOptionResolver
.
Implementations§
Trait Implementations§
source§impl From<StaticAuthSchemeOptionResolverParams> for AuthSchemeOptionResolverParams
impl From<StaticAuthSchemeOptionResolverParams> for AuthSchemeOptionResolverParams
source§fn from(params: StaticAuthSchemeOptionResolverParams) -> Self
fn from(params: StaticAuthSchemeOptionResolverParams) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for StaticAuthSchemeOptionResolverParams
impl RefUnwindSafe for StaticAuthSchemeOptionResolverParams
impl Send for StaticAuthSchemeOptionResolverParams
impl Sync for StaticAuthSchemeOptionResolverParams
impl Unpin for StaticAuthSchemeOptionResolverParams
impl UnwindSafe for StaticAuthSchemeOptionResolverParams
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.