pub struct CliArguments { /* private fields */ }Expand description
Pulls overrides from std::env::args.
Implementations§
Source§impl CliArguments
impl CliArguments
Trait Implementations§
Source§impl ConfigSource for CliArguments
impl ConfigSource for CliArguments
Source§fn load(&self) -> Result<ConfigNode, ConfigError>
fn load(&self) -> Result<ConfigNode, ConfigError>
Load configuration data from the source.
Auto Trait Implementations§
impl Freeze for CliArguments
impl RefUnwindSafe for CliArguments
impl Send for CliArguments
impl Sync for CliArguments
impl Unpin for CliArguments
impl UnwindSafe for CliArguments
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