pub enum SigningMethod {
Header,
Query(Duration),
}Expand description
A service-selected authentication placement.
This type does not define a universal mapping from expires_in to query
authentication. Services and credential types decide which placement applies.
Variants§
Trait Implementations§
Source§impl Clone for SigningMethod
impl Clone for SigningMethod
Source§fn clone(&self) -> SigningMethod
fn clone(&self) -> SigningMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SigningMethod
impl Eq for SigningMethod
Source§impl PartialEq for SigningMethod
impl PartialEq for SigningMethod
impl StructuralPartialEq for SigningMethod
Auto Trait Implementations§
impl Freeze for SigningMethod
impl RefUnwindSafe for SigningMethod
impl Send for SigningMethod
impl Sync for SigningMethod
impl Unpin for SigningMethod
impl UnsafeUnpin for SigningMethod
impl UnwindSafe for SigningMethod
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