pub struct DigestState {
pub mode: DigestMode,
pub path: Option<PathBuf>,
}Fields§
§mode: DigestMode§path: Option<PathBuf>Implementations§
Auto Trait Implementations§
impl Freeze for DigestState
impl RefUnwindSafe for DigestState
impl Send for DigestState
impl Sync for DigestState
impl Unpin for DigestState
impl UnsafeUnpin for DigestState
impl UnwindSafe for DigestState
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