Struct oysterpack_built_mod::Package[][src]

pub struct Package { /* fields omitted */ }

Crate's package info, which is specified in cargo.toml.

Methods

impl Package
[src]

Package constructor

Package name

Package authors

Package description

Package version

Package homepage

Trait Implementations

impl Debug for Package
[src]

Formats the value using the given formatter. Read more

impl Clone for Package
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Eq for Package
[src]

impl PartialEq for Package
[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 Package

impl Sync for Package