Enum httpsig_hyper::ContentDigestType
source · pub enum ContentDigestType {
Sha256,
Sha512,
}Expand description
content-digest header type
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for ContentDigestType
impl Send for ContentDigestType
impl Sync for ContentDigestType
impl Unpin for ContentDigestType
impl UnwindSafe for ContentDigestType
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