pub struct DigestCache { /* private fields */ }Expand description
Hashes a path once per run.
Implementations§
Trait Implementations§
Source§impl Debug for DigestCache
impl Debug for DigestCache
Source§impl Default for DigestCache
impl Default for DigestCache
Source§fn default() -> DigestCache
fn default() -> DigestCache
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for DigestCache
impl RefUnwindSafe for DigestCache
impl Send for DigestCache
impl Sync for DigestCache
impl Unpin for DigestCache
impl UnsafeUnpin for DigestCache
impl UnwindSafe for DigestCache
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