Trait ConfigurationSourceConfig
Source pub trait ConfigurationSourceConfig:
Value
+ Send
+ Sync {
// Required methods
fn get_name(&self) -> &str;
fn clone_boxed(&self) -> Box<dyn ConfigurationSourceConfig>;
fn to_boxed(self) -> Box<dyn ConfigurationSourceConfig>;
}
for description use
non-null, non-empty
Performs copy-assignment from
source
.
Read more
Tests for self
and other
values to be equal, and is used by ==
.
Tests for !=
. The default implementation is almost always sufficient,
and should not be overridden without very good reason.