Struct debian_packaging::io::MultiContentDigest [−][src]
pub struct MultiContentDigest {
pub md5: ContentDigest,
pub sha1: ContentDigest,
pub sha256: ContentDigest,
}Expand description
Holds multiple flavors of content digests.
Fields
md5: ContentDigestsha1: ContentDigestsha256: ContentDigestImplementations
Whether this digest matches another one.
Obtain the ContentDigest for a given ChecksumType.
Obtain an iterator of ContentDigest in this instance.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for MultiContentDigest
impl Send for MultiContentDigest
impl Sync for MultiContentDigest
impl Unpin for MultiContentDigest
impl UnwindSafe for MultiContentDigest
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
