pub struct CommandLineSource { /* private fields */ }
Expand description
A simplified command line source
Expects command line parameters in the format
--component-component-component value
For example:
The configuration key some::section::value
would map to the command
line parameter --some-section-value
Implementations§
Source§impl CommandLineSource
impl CommandLineSource
pub fn new() -> CommandLineSource
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommandLineSource
impl RefUnwindSafe for CommandLineSource
impl Send for CommandLineSource
impl Sync for CommandLineSource
impl Unpin for CommandLineSource
impl UnwindSafe for CommandLineSource
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