Enum wick_config::config::ConfigurationKind
source · pub enum ConfigurationKind {
App,
Component,
Types,
Tests,
Lockdown,
}Expand description
The kind of configuration loaded.
Variants§
App
An app_config::AppConfiguration configuration.
Component
A component_config::ComponentConfiguration configuration.
Types
A types_config::TypesConfiguration configuration.
Tests
A test_config::TestConfiguration configuration.
Lockdown
A lockdown_config::LockdownConfiguration configuration.
Trait Implementations§
source§impl Clone for ConfigurationKind
impl Clone for ConfigurationKind
source§fn clone(&self) -> ConfigurationKind
fn clone(&self) -> ConfigurationKind
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for ConfigurationKind
impl Debug for ConfigurationKind
source§impl Display for ConfigurationKind
impl Display for ConfigurationKind
impl Copy for ConfigurationKind
Auto Trait Implementations§
impl RefUnwindSafe for ConfigurationKind
impl Send for ConfigurationKind
impl Sync for ConfigurationKind
impl Unpin for ConfigurationKind
impl UnwindSafe for ConfigurationKind
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more