Struct aws_smithy_runtime_api::client::auth::HttpAuthSchemes
source · pub struct HttpAuthSchemes { /* private fields */ }Implementations§
source§impl HttpAuthSchemes
impl HttpAuthSchemes
pub fn builder() -> HttpAuthSchemesBuilder
pub fn scheme(&self, scheme_id: AuthSchemeId) -> Option<&dyn HttpAuthScheme>
Trait Implementations§
source§impl Clone for HttpAuthSchemes
impl Clone for HttpAuthSchemes
source§fn clone(&self) -> HttpAuthSchemes
fn clone(&self) -> HttpAuthSchemes
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 moreAuto Trait Implementations§
impl !RefUnwindSafe for HttpAuthSchemes
impl Send for HttpAuthSchemes
impl Sync for HttpAuthSchemes
impl Unpin for HttpAuthSchemes
impl !UnwindSafe for HttpAuthSchemes
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