pub struct InMemoryDebFile { /* private fields */ }Expand description
Holds the content of a .deb file in-memory.
Implementations§
Trait Implementations§
Source§impl<'cf> DebPackageReference<'cf> for InMemoryDebFile
impl<'cf> DebPackageReference<'cf> for InMemoryDebFile
Source§fn deb_digest(&self, checksum: ChecksumType) -> Result<ContentDigest>
fn deb_digest(&self, checksum: ChecksumType) -> Result<ContentDigest>
Obtains the binary digest of this file given a checksum flavor. Read more
Source§fn control_file_for_packages_index(
&self,
) -> Result<BinaryPackageControlFile<'cf>>
fn control_file_for_packages_index( &self, ) -> Result<BinaryPackageControlFile<'cf>>
Auto Trait Implementations§
impl Freeze for InMemoryDebFile
impl RefUnwindSafe for InMemoryDebFile
impl Send for InMemoryDebFile
impl Sync for InMemoryDebFile
impl Unpin for InMemoryDebFile
impl UnsafeUnpin for InMemoryDebFile
impl UnwindSafe for InMemoryDebFile
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