Struct kanidmd::CommonOpt [−][src]
Fields
debug: Option<LogLevel>
Logging level. quiet, default, filter, verbose, perffull
config_path: PathBuf
Path to the server’s configuration file. If it does not exist, it will be created.
Trait Implementations
impl StructOpt for CommonOpt
[src]
impl StructOpt for CommonOpt
[src]fn clap<'a, 'b>() -> App<'a, 'b>
[src]
fn from_clap(matches: &ArgMatches<'_>) -> Self
[src]
pub fn from_args() -> Self
pub fn from_args_safe() -> Result<Self, Error>
pub fn from_iter<I>(iter: I) -> Self where
I: IntoIterator,
<I as IntoIterator>::Item: Into<OsString>,
<I as IntoIterator>::Item: Clone,
I: IntoIterator,
<I as IntoIterator>::Item: Into<OsString>,
<I as IntoIterator>::Item: Clone,
pub fn from_iter_safe<I>(iter: I) -> Result<Self, Error> where
I: IntoIterator,
<I as IntoIterator>::Item: Into<OsString>,
<I as IntoIterator>::Item: Clone,
I: IntoIterator,
<I as IntoIterator>::Item: Into<OsString>,
<I as IntoIterator>::Item: Clone,
impl StructOptInternal for CommonOpt
[src]
impl StructOptInternal for CommonOpt
[src]fn augment_clap<'a, 'b>(app: App<'a, 'b>) -> App<'a, 'b>
[src]
fn is_subcommand() -> bool
[src]
pub fn from_subcommand(
_sub: (&'b str, Option<&'b ArgMatches<'a>>)
) -> Option<Self>
_sub: (&'b str, Option<&'b ArgMatches<'a>>)
) -> Option<Self>