pub struct InReleaseEntry {
pub date: Option<String>,
pub valid_until: Option<String>,
pub acquire_by_hash: Option<String>,
pub md5sum: Option<String>,
pub sha256: Option<String>,
pub sha512: Option<String>,
}Fields§
§date: Option<String>§valid_until: Option<String>§acquire_by_hash: Option<String>§md5sum: Option<String>§sha256: Option<String>§sha512: Option<String>Trait Implementations§
Source§impl Debug for InReleaseEntry
impl Debug for InReleaseEntry
Source§impl<P: Deb822LikeParagraph> FromDeb822Paragraph<P> for InReleaseEntry
impl<P: Deb822LikeParagraph> FromDeb822Paragraph<P> for InReleaseEntry
Auto Trait Implementations§
impl Freeze for InReleaseEntry
impl RefUnwindSafe for InReleaseEntry
impl Send for InReleaseEntry
impl Sync for InReleaseEntry
impl Unpin for InReleaseEntry
impl UnwindSafe for InReleaseEntry
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