Struct aws_types::SigningService [−][src]
pub struct SigningService(_);Expand description
The name of the service used to sign this request
Generally, user code should never interact with SigningService directly
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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
Mutably borrows from an owned value. Read more