pub enum BinaryEntry {
Packages(Option<String>),
Release,
}
Expand description
Binary entries contain the Packages lists, which dpkg and apt use for dependency resolution.
Variants§
Trait Implementations§
Source§impl Clone for BinaryEntry
impl Clone for BinaryEntry
Source§fn clone(&self) -> BinaryEntry
fn clone(&self) -> BinaryEntry
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for BinaryEntry
impl Debug for BinaryEntry
Source§impl Hash for BinaryEntry
impl Hash for BinaryEntry
Source§impl PartialEq for BinaryEntry
impl PartialEq for BinaryEntry
impl StructuralPartialEq for BinaryEntry
Auto Trait Implementations§
impl Freeze for BinaryEntry
impl RefUnwindSafe for BinaryEntry
impl Send for BinaryEntry
impl Sync for BinaryEntry
impl Unpin for BinaryEntry
impl UnwindSafe for BinaryEntry
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