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§
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