pub struct FileDigestOpts {
pub exclude_metadata: Option<bool>,
}
Fields§
§exclude_metadata: Option<bool>
If true, exclude metadata from the digest.
Trait Implementations§
Source§impl Debug for FileDigestOpts
impl Debug for FileDigestOpts
Source§impl PartialEq for FileDigestOpts
impl PartialEq for FileDigestOpts
impl StructuralPartialEq for FileDigestOpts
Auto Trait Implementations§
impl Freeze for FileDigestOpts
impl RefUnwindSafe for FileDigestOpts
impl Send for FileDigestOpts
impl Sync for FileDigestOpts
impl Unpin for FileDigestOpts
impl UnwindSafe for FileDigestOpts
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