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 ==
.impl StructuralPartialEq for ReleaseHash
Auto Trait Implementations§
impl RefUnwindSafe for ReleaseHash
impl Send for ReleaseHash
impl Sync for ReleaseHash
impl Unpin for ReleaseHash
impl UnwindSafe for ReleaseHash
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