Struct aws_types::SigningName
source · pub struct SigningName(/* private fields */);
Expand description
The name of the service used to sign this request
Generally, user code should never interact with SigningName
directly
Implementations§
source§impl SigningName
impl SigningName
sourcepub fn from_static(name: &'static str) -> Self
pub fn from_static(name: &'static str) -> Self
Creates a SigningName
from a static str.
Trait Implementations§
source§impl AsRef<str> for SigningName
impl AsRef<str> for SigningName
source§impl Clone for SigningName
impl Clone for SigningName
source§fn clone(&self) -> SigningName
fn clone(&self) -> SigningName
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 SigningName
impl Debug for SigningName
source§impl From<&'static str> for SigningName
impl From<&'static str> for SigningName
source§impl From<String> for SigningName
impl From<String> for SigningName
source§impl PartialEq for SigningName
impl PartialEq for SigningName
source§impl Storable for SigningName
impl Storable for SigningName
§type Storer = StoreReplace<SigningName>
type Storer = StoreReplace<SigningName>
Specify how an item is stored in the config bag, e.g.
StoreReplace
and StoreAppend
impl Eq for SigningName
impl StructuralPartialEq for SigningName
Auto Trait Implementations§
impl Freeze for SigningName
impl RefUnwindSafe for SigningName
impl Send for SigningName
impl Sync for SigningName
impl Unpin for SigningName
impl UnwindSafe for SigningName
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)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.