Enum buildchain::Location [] [src]

pub enum Location {
    Local,
    Remote(String),
}

LXD host location

Variants

Local host

Remote host

Trait Implementations

impl Clone for Location
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for Location
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Location

impl Sync for Location