Struct rill_protocol::config::ConfigPatch [−][src]
pub struct ConfigPatch<T> { /* fields omitted */ }Expand description
Configuration parameter that can be overriden by an environment variable or explicitly by setting default value.
Implementations
Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ConfigPatch<T> where
T: RefUnwindSafe + UnwindSafe, impl<T> Send for ConfigPatch<T> where
T: Send, impl<T> Sync for ConfigPatch<T> where
T: Send + Sync, impl<T> Unpin for ConfigPatch<T> where
T: Unpin, impl<T> UnwindSafe for ConfigPatch<T> where
T: UnwindSafe,