Struct alpm::DependMissing
source · pub struct DependMissing { /* private fields */ }
Methods from Deref<Target = DepMissing>§
pub fn target(&self) -> &str
pub fn depend(&self) -> &Dep
pub fn causing_pkg(&self) -> Option<&str>
Trait Implementations§
source§impl AsRef<DependMissing> for DependMissing
impl AsRef<DependMissing> for DependMissing
source§fn as_ref(&self) -> &DependMissing
fn as_ref(&self) -> &DependMissing
Converts this type into a shared reference of the (usually inferred) input type.
source§impl Debug for DependMissing
impl Debug for DependMissing
source§impl Deref for DependMissing
impl Deref for DependMissing
source§impl Drop for DependMissing
impl Drop for DependMissing
impl Send for DependMissing
impl Sync for DependMissing
Auto Trait Implementations§
impl RefUnwindSafe for DependMissing
impl Unpin for DependMissing
impl UnwindSafe for DependMissing
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