Struct cargo::core::summary::Summary [] [src]

pub struct Summary { /* fields omitted */ }

Subset of a Manifest. Contains only the most important informations about a package.

Summaries are cloned, and should not be mutated after creation

Methods

impl Summary
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

impl Debug for Summary
[src]

[src]

Formats the value using the given formatter.

impl Clone for Summary
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Summary
[src]

[src]

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

1.0.0
[src]

This method tests for !=.