Struct aws_types::region::SigningRegion [−][src]
pub struct SigningRegion(_);Expand description
The region to use when signing requests
Generally, user code will not need to interact with SigningRegion. See [Region](crate::Region).
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 SigningRegion
impl Send for SigningRegion
impl Sync for SigningRegion
impl Unpin for SigningRegion
impl UnwindSafe for SigningRegion
Blanket Implementations
Mutably borrows from an owned value. Read more