pub struct AtlasCLIGlobalConfigSource { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AtlasCLIGlobalConfigSource
impl Clone for AtlasCLIGlobalConfigSource
Source§fn clone(&self) -> AtlasCLIGlobalConfigSource
fn clone(&self) -> AtlasCLIGlobalConfigSource
Returns a duplicate 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 AtlasCLIGlobalConfigSource
impl Debug for AtlasCLIGlobalConfigSource
Source§impl Source for AtlasCLIGlobalConfigSource
impl Source for AtlasCLIGlobalConfigSource
fn clone_into_box(&self) -> Box<dyn Source + Send + Sync>
Source§fn collect(&self) -> Result<HashMap<String, Value>, ConfigError>
fn collect(&self) -> Result<HashMap<String, Value>, ConfigError>
Collect all configuration properties available from this source into
a
Map.Source§fn collect_to(&self, cache: &mut Value) -> Result<(), ConfigError>
fn collect_to(&self, cache: &mut Value) -> Result<(), ConfigError>
Collects all configuration properties to a provided cache.
Auto Trait Implementations§
impl Freeze for AtlasCLIGlobalConfigSource
impl RefUnwindSafe for AtlasCLIGlobalConfigSource
impl Send for AtlasCLIGlobalConfigSource
impl Sync for AtlasCLIGlobalConfigSource
impl Unpin for AtlasCLIGlobalConfigSource
impl UnwindSafe for AtlasCLIGlobalConfigSource
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