Struct aws_endpoint::CredentialScope
source · [−]pub struct CredentialScope { /* private fields */ }Expand description
The scope for AWS credentials.
Implementations
sourceimpl CredentialScope
impl CredentialScope
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a builder for CredentialScope.
sourceimpl CredentialScope
impl CredentialScope
sourcepub fn region(&self) -> Option<&SigningRegion>
pub fn region(&self) -> Option<&SigningRegion>
Returns the signing region.
sourcepub fn service(&self) -> Option<&SigningService>
pub fn service(&self) -> Option<&SigningService>
Returns the signing service.
sourcepub fn merge(&self, other: &CredentialScope) -> CredentialScope
pub fn merge(&self, other: &CredentialScope) -> CredentialScope
Uses the values from other to fill in unconfigured parameters on this
credential scope object.
Trait Implementations
sourceimpl Clone for CredentialScope
impl Clone for CredentialScope
sourcefn clone(&self) -> CredentialScope
fn clone(&self) -> CredentialScope
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for CredentialScope
impl Debug for CredentialScope
sourceimpl Default for CredentialScope
impl Default for CredentialScope
sourcefn default() -> CredentialScope
fn default() -> CredentialScope
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for CredentialScope
impl Send for CredentialScope
impl Sync for CredentialScope
impl Unpin for CredentialScope
impl UnwindSafe for CredentialScope
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more