Struct tugger_debian::SourceControl[][src]

pub struct SourceControl<'a> { /* fields omitted */ }
Expand description

Represents a debian/control file.

Specified at https://www.debian.org/doc/debian-policy/ch-controlfields.html#source-package-control-files-debian-control.

Implementations

Construct an instance by parsing a control file from a reader.

Obtain a handle on the general paragraph.

Obtain an iterator over paragraphs defining binaries.

Trait Implementations

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.