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
impl<T> ConfigPatch<T>[src]
impl<T> ConfigPatch<T>[src]Trait Implementations
Auto Trait Implementations
impl<T> RefUnwindSafe for ConfigPatch<T> where
T: RefUnwindSafe + UnwindSafe,
T: RefUnwindSafe + UnwindSafe,
impl<T> Send for ConfigPatch<T> where
T: Send,
T: Send,
impl<T> Sync for ConfigPatch<T> where
T: Send + Sync,
T: Send + Sync,
impl<T> Unpin for ConfigPatch<T> where
T: Unpin,
T: Unpin,
impl<T> UnwindSafe for ConfigPatch<T> where
T: UnwindSafe,
T: UnwindSafe,