Struct debian::package::ControlParagraph [] [src]

pub struct ControlParagraph { /* fields omitted */ }

A paragraph consisting of multiple entries of type ControlEntry.

Methods

impl ControlParagraph
[src]

Append an entry at the end of the paragraph.

Update or append an entry in the paragraph, returning true if the entry was found and replaced, false if appended.

Check if an entry exists in the paragraph

Get the value of an entry in the paragraph

Trait Implementations

impl Debug for ControlParagraph
[src]

Formats the value using the given formatter.

impl Clone for ControlParagraph
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more