Searched defs:_AutoValueParser (Results 1 – 3 of 3) sorted by relevance
2462 pub struct _AutoValueParser<T>(std::marker::PhantomData<T>); struct2464 impl<T> _AutoValueParser<T> { implementation2488 impl<P: ValueParserFactory> _ValueParserViaFactory for &&&&&&_AutoValueParser<P> { implementation2501 impl<E: crate::ValueEnum + Clone + Send + Sync + 'static> _ValueParserViaValueEnum2515 impl<FromOsString> _ValueParserViaFromOsString for &&&&_AutoValueParser<FromOsString> implementation2532 impl<FromOsStr> _ValueParserViaFromOsStr for &&&_AutoValueParser<FromOsStr> implementation2550 impl<FromString> _ValueParserViaFromString for &&_AutoValueParser<FromString> implementation2563 impl<FromStr> _ValueParserViaFromStr for &_AutoValueParser<FromStr> implementation2576 impl<Parse> _ValueParserViaParse for _AutoValueParser<Parse> implementation2655 impl<P: Into<ValueParser>> _ValueParserViaSelfSealed for &&&&&&&_AutoValueParser<P> {} implementation[all …]
2462 pub struct _AutoValueParser<T>(std::marker::PhantomData<T>); struct2464 impl<T> _AutoValueParser<T> { impl2488 impl<P: ValueParserFactory> _ValueParserViaFactory for &&&&&&_AutoValueParser<P> { implementation2501 impl<E: crate::ValueEnum + Clone + Send + Sync + 'static> _ValueParserViaValueEnum2515 impl<FromOsString> _ValueParserViaFromOsString for &&&&_AutoValueParser<FromOsString> implementation2532 impl<FromOsStr> _ValueParserViaFromOsStr for &&&_AutoValueParser<FromOsStr> implementation2550 impl<FromString> _ValueParserViaFromString for &&_AutoValueParser<FromString> implementation2563 impl<FromStr> _ValueParserViaFromStr for &_AutoValueParser<FromStr> implementation2576 impl<Parse> _ValueParserViaParse for _AutoValueParser<Parse> implementation2655 impl<P: Into<ValueParser>> _ValueParserViaSelfSealed for &&&&&&&_AutoValueParser<P> {} implementation[all …]
2008 pub struct _AutoValueParser<T>(std::marker::PhantomData<T>); struct2010 impl<T> _AutoValueParser<T> { implementation2034 impl<P: ValueParserFactory> _ValueParserViaFactory for &&_AutoValueParser<P> { implementation2047 impl<E: crate::ValueEnum + Clone + Send + Sync + 'static> _ValueParserViaValueEnum2061 impl<FromStr> _ValueParserViaFromStr for _AutoValueParser<FromStr> implementation2152 impl<P: Into<ValueParser>> _ValueParserViaSelfSealed for &&&_AutoValueParser<P> {} implementation2155 impl<P: ValueParserFactory> _ValueParserViaFactorySealed for &&_AutoValueParser<P> {} implementation2158 impl<E: crate::ValueEnum> _ValueParserViaValueEnumSealed for &_AutoValueParser<E> {} implementation2161 impl<FromStr> _ValueParserViaFromStrSealed for _AutoValueParser<FromStr> implementation