pub struct VerView<'c> { /* private fields */ }Implementations§
Source§impl<'c> VerView<'c>
Actual accessors
impl<'c> VerView<'c>
Actual accessors
pub fn version(&self) -> String
pub fn arch(&self) -> String
pub fn section(&self) -> Option<String>
pub fn priority_type(&self) -> Option<String>
pub fn source_package(&self) -> String
pub fn source_version(&self) -> String
pub fn priority(&self) -> i32
pub fn origin_iter(&self) -> CIterator<VerFileIterator<'_>>
pub fn dep_iter(&self) -> CIterator<DepIterator<'_>>
Auto Trait Implementations§
impl<'c> Freeze for VerView<'c>
impl<'c> RefUnwindSafe for VerView<'c>
impl<'c> !Send for VerView<'c>
impl<'c> !Sync for VerView<'c>
impl<'c> Unpin for VerView<'c>
impl<'c> UnwindSafe for VerView<'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