Struct debian_packaging::repository::release::FileManifestEntry
source · [−]pub struct FileManifestEntry<'a> {
pub checksum: ChecksumType,
pub root_path: Cow<'a, str>,
/* private fields */
}Expand description
A type of ReleaseFileEntry that describes a manifest of files with content digests.
This represents MD5SUMS and SHA256SUMS files which hold an additional list of files
and their content manifests.
Fields
checksum: ChecksumTypeThe digest format stored in this file.
root_path: Cow<'a, str>The root path for files in this manifest.
Methods from Deref<Target = ReleaseFileEntry<'a>>
Obtain the by-hash path variant for this entry.
Trait Implementations
type Target = ReleaseFileEntry<'a>
type Target = ReleaseFileEntry<'a>
The resulting type after dereferencing.
Performs the conversion.
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
type Error = DebianError
type Error = DebianError
The type returned in the event of a conversion error.
Performs the conversion.
Auto Trait Implementations
impl<'a> RefUnwindSafe for FileManifestEntry<'a>
impl<'a> Send for FileManifestEntry<'a>
impl<'a> Sync for FileManifestEntry<'a>
impl<'a> Unpin for FileManifestEntry<'a>
impl<'a> UnwindSafe for FileManifestEntry<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more