pub struct DebcargoControlShimEditor(/* private fields */);Implementations§
source§impl DebcargoControlShimEditor
impl DebcargoControlShimEditor
pub fn from_debian_dir(debian_dir: &Path) -> Self
Trait Implementations§
source§impl ControlLikeEditor for DebcargoControlShimEditor
impl ControlLikeEditor for DebcargoControlShimEditor
fn source(&self) -> Option<Deb822Paragraph>
fn binaries(&self) -> Vec<Deb822Paragraph>
Auto Trait Implementations§
impl Freeze for DebcargoControlShimEditor
impl !RefUnwindSafe for DebcargoControlShimEditor
impl Send for DebcargoControlShimEditor
impl Sync for DebcargoControlShimEditor
impl Unpin for DebcargoControlShimEditor
impl UnwindSafe for DebcargoControlShimEditor
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