[−][src]Struct ptagslib::bin::Opt
Fields
thread: usizeNumber of threads
output: PathBufOutput filename ( filename '-' means output to stdout )
dir: PathBufSearch directory
stat: boolShow statistics
Path to ctags binary
bin_git: PathBufPath to git binary
Options passed to ctags
opt_git: Vec<String>Options passed to git
opt_git_lfs: Vec<String>Options passed to git-lfs
verbose: boolVerbose mode
exclude_lfs: boolExclude git-lfs tracked files
include_untracked: boolInclude untracked files
include_ignored: boolInclude ignored files
include_submodule: boolInclude submodule files
validate_utf8: boolValidate UTF8 sequence of tag file
unsorted: boolDisable tags sort
exclude: Vec<String>Glob pattern of exclude file ( ex. --exclude '*.rs' )
completion: Option<String>Generate shell completion file
config: boolGenerate configuration sample file
Trait Implementations
impl Debug for Opt[src]
impl Default for Opt[src]
impl<'de> Deserialize<'de> for Opt where
Opt: Default, [src]
Opt: Default,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Serialize for Opt[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructOpt for Opt[src]
fn clap<'a, 'b>() -> App<'a, 'b>[src]
fn from_clap(matches: &ArgMatches<'_>) -> Self[src]
fn from_args() -> Self[src]
fn from_iter<I>(iter: I) -> Self where
I: IntoIterator,
<I as IntoIterator>::Item: Into<OsString>,
<I as IntoIterator>::Item: Clone, [src]
I: IntoIterator,
<I as IntoIterator>::Item: Into<OsString>,
<I as IntoIterator>::Item: Clone,
impl StructOptToml for Opt[src]
fn merge<'a>(from_toml: Self, from_args: Self, args: &ArgMatches<'_>) -> Self where
Self: Sized,
Self: StructOpt,
Self: Deserialize<'a>, [src]
Self: Sized,
Self: StructOpt,
Self: Deserialize<'a>,
fn from_clap_with_toml<'a>(
toml_str: &'a str,
args: &ArgMatches<'_>
) -> Result<Self, Error> where
Self: StructOpt + Deserialize<'a>, [src]
toml_str: &'a str,
args: &ArgMatches<'_>
) -> Result<Self, Error> where
Self: StructOpt + Deserialize<'a>,
fn from_args_with_toml<'a>(toml_str: &'a str) -> Result<Self, Error> where
Self: StructOpt + Deserialize<'a>, [src]
Self: StructOpt + Deserialize<'a>,
fn from_iter_with_toml<'a, I>(toml_str: &'a str, iter: I) -> Result<Self, Error> where
I: IntoIterator,
Self: StructOpt + Deserialize<'a>,
<I as IntoIterator>::Item: Into<OsString>,
<I as IntoIterator>::Item: Clone, [src]
I: IntoIterator,
Self: StructOpt + Deserialize<'a>,
<I as IntoIterator>::Item: Into<OsString>,
<I as IntoIterator>::Item: Clone,
Auto Trait Implementations
impl RefUnwindSafe for Opt
impl Send for Opt
impl Sync for Opt
impl Unpin for Opt
impl UnwindSafe for Opt
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,