Struct apt_parser::release::ReleaseHash
source · pub struct ReleaseHash {
pub filename: String,
pub hash: String,
pub size: u64,
}
Fields§
§filename: String
§hash: String
§size: u64
Trait Implementations§
source§impl Clone for ReleaseHash
impl Clone for ReleaseHash
source§fn clone(&self) -> ReleaseHash
fn clone(&self) -> ReleaseHash
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 ReleaseHash
impl Debug for ReleaseHash
source§impl PartialEq<ReleaseHash> for ReleaseHash
impl PartialEq<ReleaseHash> for ReleaseHash
source§fn eq(&self, other: &ReleaseHash) -> bool
fn eq(&self, other: &ReleaseHash) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.