Enum lal::BackendConfiguration [] [src]

pub enum BackendConfiguration {
    Artifactory(ArtifactoryConfig),
    Local(LocalConfig),
}

An enum struct for the currently configured Backend

Any other implementations should be imported and listed here. Currently only artifactory is supported.

Variants

Config for the ArtifactoryBackend

Config for the LocalBackend

Trait Implementations

impl Clone for BackendConfiguration
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for BackendConfiguration
[src]

Artifactory is the default backend

[src]

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