Struct debian_control::fields::PackageListEntry
source · pub struct PackageListEntry {
pub package: String,
pub package_type: String,
pub section: String,
pub priority: Priority,
pub extra: HashMap<String, String>,
}
Fields§
§package: String
§package_type: String
§section: String
§priority: Priority
§extra: HashMap<String, String>
Implementations§
Trait Implementations§
source§impl Clone for PackageListEntry
impl Clone for PackageListEntry
source§fn clone(&self) -> PackageListEntry
fn clone(&self) -> PackageListEntry
Returns a copy 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 PackageListEntry
impl Debug for PackageListEntry
source§impl Display for PackageListEntry
impl Display for PackageListEntry
source§impl FromStr for PackageListEntry
impl FromStr for PackageListEntry
source§impl PartialEq for PackageListEntry
impl PartialEq for PackageListEntry
impl Eq for PackageListEntry
impl StructuralPartialEq for PackageListEntry
Auto Trait Implementations§
impl Freeze for PackageListEntry
impl RefUnwindSafe for PackageListEntry
impl Send for PackageListEntry
impl Sync for PackageListEntry
impl Unpin for PackageListEntry
impl UnwindSafe for PackageListEntry
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)