Expand description
Options that can be used to configure the signature service.
Fields
s3: bool
Canonicalize requests according to S3 rules.
url_encode_form: bool
Fold application/x-www-form-urlencoded
bodies into the query string.
Implementations
Trait Implementations
sourceimpl Clone for SignatureOptions
impl Clone for SignatureOptions
sourcefn clone(&self) -> SignatureOptions
fn clone(&self) -> SignatureOptions
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 SignatureOptions
impl Debug for SignatureOptions
sourceimpl Default for SignatureOptions
impl Default for SignatureOptions
impl Copy for SignatureOptions
Auto Trait Implementations
impl RefUnwindSafe for SignatureOptions
impl Send for SignatureOptions
impl Sync for SignatureOptions
impl Unpin for SignatureOptions
impl UnwindSafe for SignatureOptions
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