Struct debian_analyzer::debmutateshim::ControlEditor
source · pub struct ControlEditor(/* private fields */);Implementations§
Trait Implementations§
source§impl ControlLikeEditor for ControlEditor
impl ControlLikeEditor for ControlEditor
fn source(&self) -> Option<Deb822Paragraph>
fn binaries(&self) -> Vec<Deb822Paragraph>
source§impl Default for ControlEditor
impl Default for ControlEditor
source§impl Drop for ControlEditor
impl Drop for ControlEditor
source§impl ToPyObject for ControlEditor
impl ToPyObject for ControlEditor
Auto Trait Implementations§
impl Freeze for ControlEditor
impl !RefUnwindSafe for ControlEditor
impl Send for ControlEditor
impl Sync for ControlEditor
impl Unpin for ControlEditor
impl UnwindSafe for ControlEditor
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