pub struct DigestResponse { /* private fields */ }Expand description
Digest response.
Implementations§
Source§impl DigestResponse
impl DigestResponse
Sourcepub fn algorithm(&self) -> DigestAlgorithm
pub fn algorithm(&self) -> DigestAlgorithm
Get the Digest algorithm used.
Trait Implementations§
Source§impl Display for DigestResponse
impl Display for DigestResponse
Source§impl From<DigestResponse> for HeaderFieldValue
impl From<DigestResponse> for HeaderFieldValue
Source§fn from(response: DigestResponse) -> Self
fn from(response: DigestResponse) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DigestResponse
impl RefUnwindSafe for DigestResponse
impl Send for DigestResponse
impl Sync for DigestResponse
impl Unpin for DigestResponse
impl UnwindSafe for DigestResponse
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