Struct aws_smithy_runtime_api::client::auth::AuthSchemeId
source · pub struct AuthSchemeId { /* private fields */ }Expand description
New type around an auth scheme ID.
Implementations§
Trait Implementations§
source§impl Clone for AuthSchemeId
impl Clone for AuthSchemeId
source§fn clone(&self) -> AuthSchemeId
fn clone(&self) -> AuthSchemeId
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 AuthSchemeId
impl Debug for AuthSchemeId
source§impl From<&'static str> for AuthSchemeId
impl From<&'static str> for AuthSchemeId
source§impl Hash for AuthSchemeId
impl Hash for AuthSchemeId
source§impl PartialEq<AuthSchemeId> for AuthSchemeId
impl PartialEq<AuthSchemeId> for AuthSchemeId
source§fn eq(&self, other: &AuthSchemeId) -> bool
fn eq(&self, other: &AuthSchemeId) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Copy for AuthSchemeId
impl Eq for AuthSchemeId
impl StructuralEq for AuthSchemeId
impl StructuralPartialEq for AuthSchemeId
Auto Trait Implementations§
impl RefUnwindSafe for AuthSchemeId
impl Send for AuthSchemeId
impl Sync for AuthSchemeId
impl Unpin for AuthSchemeId
impl UnwindSafe for AuthSchemeId
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