Struct debian_packaging::control::ControlFile [−][src]
pub struct ControlFile<'a> { /* fields omitted */ }Expand description
A debian control file.
A control file is an ordered series of paragraphs.
Implementations
Construct a new instance by parsing data from a reader.
Add a paragraph to this control file.
Obtain paragraphs in this control file.
Obtain paragraphs in this control file, consuming self.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl<'a> RefUnwindSafe for ControlFile<'a>
impl<'a> Send for ControlFile<'a>
impl<'a> Sync for ControlFile<'a>
impl<'a> Unpin for ControlFile<'a>
impl<'a> UnwindSafe for ControlFile<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
