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