Enum lal::BackendConfiguration
[−]
[src]
pub enum BackendConfiguration { Artifactory(ArtifactoryConfig), }
An enum struct for the currently configured Backend
Any other implementations should be imported and listed here. Currently only artifactory is supported.
Variants
Artifactory(ArtifactoryConfig)
Config for the ArtifactoryBackend
Trait Implementations
impl Clone for BackendConfiguration
[src]
fn clone(&self) -> BackendConfiguration
[src]
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Default for BackendConfiguration
[src]
Artifactory is the default backend