pub struct PkgFileView<'c> { /* private fields */ }Implementations§
Source§impl<'c> PkgFileView<'c>
impl<'c> PkgFileView<'c>
pub fn file_name(&self) -> String
pub fn archive(&self) -> String
pub fn version(&self) -> Option<String>
pub fn origin(&self) -> Option<String>
pub fn codename(&self) -> Option<String>
pub fn label(&self) -> Option<String>
pub fn site(&self) -> Option<String>
pub fn component(&self) -> String
pub fn architecture(&self) -> Option<String>
pub fn index_type(&self) -> String
Auto Trait Implementations§
impl<'c> Freeze for PkgFileView<'c>
impl<'c> RefUnwindSafe for PkgFileView<'c>
impl<'c> !Send for PkgFileView<'c>
impl<'c> !Sync for PkgFileView<'c>
impl<'c> Unpin for PkgFileView<'c>
impl<'c> UnwindSafe for PkgFileView<'c>
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