pub enum SigningMethod {
Header,
Query(Duration),
}Expand description
SigningMethod is the method that used in signing.
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 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl PartialEq for SigningMethod
impl PartialEq for SigningMethod
impl Copy for SigningMethod
impl Eq 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 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