Struct oma_refresh::inrelease::InReleaseParser
source · pub struct InReleaseParser {
pub checksums: SmallVec<[ChecksumItem; 32]>,
pub acquire_by_hash: bool,
/* private fields */
}Fields§
§checksums: SmallVec<[ChecksumItem; 32]>§acquire_by_hash: boolImplementations§
source§impl InReleaseParser
impl InReleaseParser
pub fn new(in_release: InRelease<'_>) -> InReleaseParserResult<Self>
Auto Trait Implementations§
impl Freeze for InReleaseParser
impl RefUnwindSafe for InReleaseParser
impl Send for InReleaseParser
impl Sync for InReleaseParser
impl Unpin for InReleaseParser
impl UnwindSafe for InReleaseParser
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