Struct oysterpack_built_mod::BuildBuilder[][src]

pub struct BuildBuilder { /* fields omitted */ }

Used to build new Build instances.

Methods

impl BuildBuilder
[src]

Constructs a new builder

Set when the crate was compiled.

  • timestamp must be formatted per RFC2822

Set compile target info

The Continuous Integration platform detected during compilation

Compilation info

Set the GIT project version

Set package info

Produces the Build.

Panics

If the Build failed to be constructed

Trait Implementations

impl Debug for BuildBuilder
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations