Struct buildchain::Source [] [src]

pub struct Source {
    pub kind: String,
    pub url: String,
}

A source code repository

Fields

Methods

impl Source
[src]

[src]

Download the source code repository to the given directory

Trait Implementations

impl Clone for Source
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Source
[src]

[src]

Formats the value using the given formatter.

impl Eq for Source
[src]

impl PartialEq for Source
[src]

[src]

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

[src]

This method tests for !=.