Struct reproto_manifest::Repository [] [src]

pub struct Repository {
    pub no_repository: bool,
    pub index: Option<String>,
    pub objects: Option<String>,
}

Fields

Skip using local repository.

URL to use for index.

URL to use to objects storage.

Trait Implementations

impl Debug for Repository
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for Repository
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Repository
[src]

[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Repository

impl Sync for Repository