[−][src]Struct alpm::Package
Methods
impl<'a> Package<'a>
[src]
pub fn set_reason(&mut self, reason: PackageReason) -> Result<()>
[src]
impl<'a> Package<'a>
[src]
pub fn name(&self) -> &'a str
[src]
pub fn check_md5sum(&self) -> Result<()>
[src]
pub fn should_ignore(&self) -> bool
[src]
pub fn filename(&self) -> &'a str
[src]
pub fn base(&self) -> &'a str
[src]
pub fn version(&self) -> &'a str
[src]
pub fn origin(&self) -> PackageFrom
[src]
pub fn desc(&self) -> &'a str
[src]
pub fn url(&self) -> &'a str
[src]
pub fn build_date(&self) -> i64
[src]
pub fn install_date(&self) -> Option<i64>
[src]
pub fn packager(&self) -> &'a str
[src]
pub fn md5sum(&self) -> &'a str
[src]
pub fn sha256sum(&self) -> &'a str
[src]
pub fn arch(&self) -> &'a str
[src]
pub fn size(&self) -> i64
[src]
pub fn isize(&self) -> i64
[src]
pub fn reason(&self) -> PackageReason
[src]
pub fn validation(&self) -> PackageValidation
[src]
ⓘImportant traits for AlpmList<'a, T>pub fn licenses(&self) -> AlpmList<'a, &'a str>
[src]
ⓘImportant traits for AlpmList<'a, T>
ⓘImportant traits for AlpmList<'a, T>pub fn groups(&self) -> AlpmList<'a, &'a str>
[src]
ⓘImportant traits for AlpmList<'a, T>
ⓘImportant traits for AlpmList<'a, T>pub fn depends(&self) -> AlpmList<'a, Depend<'a>>
[src]
ⓘImportant traits for AlpmList<'a, T>
ⓘImportant traits for AlpmList<'a, T>pub fn optdepends(&self) -> AlpmList<'a, Depend<'a>>
[src]
ⓘImportant traits for AlpmList<'a, T>
ⓘImportant traits for AlpmList<'a, T>pub fn checkdepends(&self) -> AlpmList<'a, Depend<'a>>
[src]
ⓘImportant traits for AlpmList<'a, T>
ⓘImportant traits for AlpmList<'a, T>pub fn makedepends(&self) -> AlpmList<'a, Depend<'a>>
[src]
ⓘImportant traits for AlpmList<'a, T>
ⓘImportant traits for AlpmList<'a, T>pub fn conflicts(&self) -> AlpmList<'a, Depend<'a>>
[src]
ⓘImportant traits for AlpmList<'a, T>
ⓘImportant traits for AlpmList<'a, T>pub fn provides(&self) -> AlpmList<'a, Depend<'a>>
[src]
ⓘImportant traits for AlpmList<'a, T>
ⓘImportant traits for AlpmList<'a, T>pub fn replaces(&self) -> AlpmList<'a, Depend<'a>>
[src]
ⓘImportant traits for AlpmList<'a, T>
pub fn files(&self) -> FileList
[src]
ⓘImportant traits for AlpmList<'a, T>pub fn backup(&self) -> AlpmList<'a, Backup>
[src]
ⓘImportant traits for AlpmList<'a, T>
pub fn db(&self) -> Option<Db>
[src]
pub fn changelog(&self) -> Result<ChangeLog>
[src]
ⓘImportant traits for AlpmList<'a, T>pub fn required_by(&self) -> AlpmList<'a, String>
[src]
ⓘImportant traits for AlpmList<'a, T>
ⓘImportant traits for AlpmList<'a, T>pub fn optional_for(&self) -> AlpmList<'a, String>
[src]
ⓘImportant traits for AlpmList<'a, T>
pub fn base64_sig(&self) -> &'a str
[src]
pub fn has_scriptlet(&self) -> bool
[src]
impl<'a> Package<'a>
[src]
impl<'a> Package<'a>
[src]
pub fn sync_new_version(&self, dbs: AlpmList<Db>) -> Option<Package>
[src]
pub fn download_size(&self) -> i64
[src]
Trait Implementations
impl<'a> AsAlpmListItem<'a> for Package<'a>
[src]
fn as_alpm_list_item(
handle: &'a Alpm,
ptr: *mut c_void,
_free: FreeMethod
) -> Self
[src]
handle: &'a Alpm,
ptr: *mut c_void,
_free: FreeMethod
) -> Self
impl<'a> Drop for Package<'a>
[src]
impl<'a> Debug for Package<'a>
[src]
Auto Trait Implementations
impl<'a> Unpin for Package<'a>
impl<'a> !Send for Package<'a>
impl<'a> !Sync for Package<'a>
impl<'a> UnwindSafe for Package<'a>
impl<'a> RefUnwindSafe for Package<'a>
Blanket Implementations
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,