pub struct AtlasCLIProfileConfigSource { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for AtlasCLIProfileConfigSource
impl Clone for AtlasCLIProfileConfigSource
Source§fn clone(&self) -> AtlasCLIProfileConfigSource
fn clone(&self) -> AtlasCLIProfileConfigSource
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 AtlasCLIProfileConfigSource
impl Debug for AtlasCLIProfileConfigSource
Source§impl Source for AtlasCLIProfileConfigSource
impl Source for AtlasCLIProfileConfigSource
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 AtlasCLIProfileConfigSource
impl RefUnwindSafe for AtlasCLIProfileConfigSource
impl Send for AtlasCLIProfileConfigSource
impl Sync for AtlasCLIProfileConfigSource
impl Unpin for AtlasCLIProfileConfigSource
impl UnwindSafe for AtlasCLIProfileConfigSource
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