Struct debian_packaging::repository::builder::InMemoryDebFile [−][src]
pub struct InMemoryDebFile { /* fields omitted */ }Expand description
Holds the content of a .deb file in-memory.
Implementations
Trait Implementations
Obtain the size in bytes of the .deb file. Read more
Obtains the binary digest of this file given a checksum flavor. Read more
Obtain the filename of this .deb. Read more
Obtain a BinaryPackageControlFile representing content for a Packages index file. Read more
Auto Trait Implementations
impl RefUnwindSafe for InMemoryDebFile
impl Send for InMemoryDebFile
impl Sync for InMemoryDebFile
impl Unpin for InMemoryDebFile
impl UnwindSafe for InMemoryDebFile
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
