pub struct DebcargoBinary<'a> { /* private fields */ }Expand description
A binary package in a debcargo.toml file.
Implementations§
Source§impl<'a> DebcargoBinary<'a>
impl<'a> DebcargoBinary<'a>
Sourcepub fn architecture(&self) -> Option<&str>
pub fn architecture(&self) -> Option<&str>
Get the architecture.
Sourcepub fn multi_arch(&self) -> Option<MultiArch>
pub fn multi_arch(&self) -> Option<MultiArch>
Get the multi-architecture setting.
Sourcepub fn long_description(&self) -> Option<String>
pub fn long_description(&self) -> Option<String>
Get the package long description.
Sourcepub fn description(&self) -> Option<String>
pub fn description(&self) -> Option<String>
Return the package description.
Sourcepub fn recommends(&self) -> Option<&str>
pub fn recommends(&self) -> Option<&str>
Get the extra recommends.
Trait Implementations§
Source§impl AbstractBinary for DebcargoBinary<'_>
impl AbstractBinary for DebcargoBinary<'_>
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§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more