Home
last modified time | relevance | path

Searched defs:_AutoValueParser (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/clap/src/builder/
Dvalue_parser.rs2187 pub struct _AutoValueParser<T>(std::marker::PhantomData<T>); struct
2189 impl<T> _AutoValueParser<T> { implementation
2213 impl<P: ValueParserFactory> _ValueParserViaFactory for &&&&&&_AutoValueParser<P> { implementation
2226 impl<E: crate::ValueEnum + Clone + Send + Sync + 'static> _ValueParserViaValueEnum
2240 impl<FromOsString> _ValueParserViaFromOsString for &&&&_AutoValueParser<FromOsString> implementation
2257 impl<FromOsStr> _ValueParserViaFromOsStr for &&&_AutoValueParser<FromOsStr> implementation
2275 impl<FromString> _ValueParserViaFromString for &&_AutoValueParser<FromString> implementation
2288 impl<FromStr> _ValueParserViaFromStr for &_AutoValueParser<FromStr> implementation
2301 impl<Parse> _ValueParserViaParse for _AutoValueParser<Parse> implementation
2378 impl<P: Into<ValueParser>> _ValueParserViaSelfSealed for &&&&&&&_AutoValueParser<P> {} implementation
[all …]
/external/rust/crates/clap/3.2.23/src/builder/
Dvalue_parser.rs2008 pub struct _AutoValueParser<T>(std::marker::PhantomData<T>); struct
2010 impl<T> _AutoValueParser<T> { impl
2034 impl<P: ValueParserFactory> _ValueParserViaFactory for &&_AutoValueParser<P> { implementation
2047 impl<E: crate::ValueEnum + Clone + Send + Sync + 'static> _ValueParserViaValueEnum
2061 impl<FromStr> _ValueParserViaFromStr for _AutoValueParser<FromStr> implementation
2152 impl<P: Into<ValueParser>> _ValueParserViaSelfSealed for &&&_AutoValueParser<P> {} implementation
2155 impl<P: ValueParserFactory> _ValueParserViaFactorySealed for &&_AutoValueParser<P> {} implementation
2158 impl<E: crate::ValueEnum> _ValueParserViaValueEnumSealed for &_AutoValueParser<E> {} implementation
2161 impl<FromStr> _ValueParserViaFromStrSealed for _AutoValueParser<FromStr> implementation