pub enum ContentDigestType {
Sha256,
Sha512,
}
Expand description
content-digest header type
Variants§
Trait Implementations§
Source§impl Display for ContentDigestType
impl Display for ContentDigestType
Auto Trait Implementations§
impl Freeze for ContentDigestType
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