pub struct CCDigestCtx { /* private fields */ }Expand description
Context used in CCDigest*() functions.
Auto Trait Implementations§
impl Freeze for CCDigestCtx
impl RefUnwindSafe for CCDigestCtx
impl Send for CCDigestCtx
impl Sync for CCDigestCtx
impl Unpin for CCDigestCtx
impl UnsafeUnpin for CCDigestCtx
impl UnwindSafe for CCDigestCtx
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