Struct oysterpack_built_mod::Build[][src]

pub struct Build { /* fields omitted */ }

Build provides a consolidated view of the crate's build-time metadata.

Methods

impl Build
[src]

When the crate was built

The compile target platform

The Continuous Integration platform detected during compilation.

Compilation info

If the crate was compiled from within a git-repository, GIT_VERSION contains HEAD's tag. The short commit id is used if HEAD is not tagged.

Crate package info

Trait Implementations

impl Debug for Build
[src]

Formats the value using the given formatter. Read more

impl Clone for Build
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Build
[src]

impl PartialEq for Build
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

impl Send for Build

impl Sync for Build