Struct reproto_core::Resolved [] [src]

pub struct Resolved {
    pub version: Option<Version>,
    pub source: Source,
}

A resolved package.

Fields

Version of object found.

Source found.

Methods

impl Resolved
[src]

[src]

Build a resolved object from a tuple pair.

Trait Implementations

impl Debug for Resolved
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for Resolved
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Resolved

impl Sync for Resolved