Struct aws_types::SigningService
source · pub struct SigningService(/* private fields */);
Expand description
The name of the service used to sign this request
Generally, user code should never interact with SigningService
directly
Implementations§
source§impl SigningService
impl SigningService
sourcepub fn from_static(service: &'static str) -> Self
pub fn from_static(service: &'static str) -> Self
Creates a SigningService
from a static str.
Trait Implementations§
source§impl AsRef<str> for SigningService
impl AsRef<str> for SigningService
source§impl Clone for SigningService
impl Clone for SigningService
source§fn clone(&self) -> SigningService
fn clone(&self) -> SigningService
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 SigningService
impl Debug for SigningService
source§impl From<&'static str> for SigningService
impl From<&'static str> for SigningService
source§impl From<String> for SigningService
impl From<String> for SigningService
source§impl PartialEq for SigningService
impl PartialEq for SigningService
source§fn eq(&self, other: &SigningService) -> bool
fn eq(&self, other: &SigningService) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for SigningService
impl StructuralEq for SigningService
impl StructuralPartialEq for SigningService
Auto Trait Implementations§
impl RefUnwindSafe for SigningService
impl Send for SigningService
impl Sync for SigningService
impl Unpin for SigningService
impl UnwindSafe for SigningService
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<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere Q: Eq + ?Sized, K: Borrow<Q> + ?Sized,
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.