Struct debian_analyzer::debcargo::DebcargoBinary
source · pub struct DebcargoBinary<'a> { /* private fields */ }Implementations§
source§impl<'a> DebcargoBinary<'a>
impl<'a> DebcargoBinary<'a>
pub fn name(&self) -> &str
pub fn architecture(&self) -> Option<&str>
pub fn multi_arch(&self) -> Option<MultiArch>
pub fn section(&self) -> Option<&str>
pub fn summary(&self) -> Option<String>
pub fn long_description(&self) -> Option<String>
pub fn description(&self) -> Option<String>
pub fn depends(&self) -> Option<&str>
pub fn recommends(&self) -> Option<&str>
pub fn suggests(&self) -> Option<&str>
Trait Implementations§
source§impl<'a> AbstractBinary for DebcargoBinary<'a>
impl<'a> AbstractBinary for DebcargoBinary<'a>
Auto Trait Implementations§
impl<'a> Freeze for DebcargoBinary<'a>
impl<'a> RefUnwindSafe for DebcargoBinary<'a>
impl<'a> Send for DebcargoBinary<'a>
impl<'a> Sync for DebcargoBinary<'a>
impl<'a> Unpin for DebcargoBinary<'a>
impl<'a> !UnwindSafe for DebcargoBinary<'a>
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