Searched defs:MatchesError (Results 1 – 4 of 4) sorted by relevance
| /external/rust/crates/clap/3.2.23/src/parser/ |
| D | error.rs | 7 pub enum MatchesError { enum 23 impl MatchesError { implementation 39 impl std::error::Error for MatchesError {} implementation 41 impl std::fmt::Display for MatchesError { implementation
|
| /external/rust/crates/clap/src/parser/ |
| D | error.rs | 5 pub enum MatchesError { enum 21 impl MatchesError { impl 34 impl std::error::Error for MatchesError {} implementation 36 impl std::fmt::Display for MatchesError { implementation
|
| /external/rust/crates/clap/src/parser/matches/ |
| D | arg_matches.rs | 1076 ) -> Result<Option<&T>, MatchesError> { in try_get_one() argument 1094 ) -> Result<Option<ValuesRef<T>>, MatchesError> { in try_get_many() argument 1113 ) -> Result<Option<OccurrencesRef<T>>, MatchesError> { in try_get_occurrences() argument 1127 pub fn try_get_raw(&self, id: &str) -> Result<Option<RawValues<'_>>, MatchesError> { in try_get_raw() argument 1145 ) -> Result<Option<RawOccurrences<'_>>, MatchesError> { in try_get_raw_occurrences() argument 1163 ) -> Result<Option<T>, MatchesError> { in try_remove_one() argument 1178 ) -> Result<Option<Values<T>>, MatchesError> { in try_remove_many() argument 1197 ) -> Result<Option<Occurrences<T>>, MatchesError> { in try_remove_occurrences() argument 1212 pub fn try_contains_id(&self, id: &str) -> Result<bool, MatchesError> { in try_contains_id() argument 1223 fn try_get_arg(&self, arg: &str) -> Result<Option<&MatchedArg>, MatchesError> { in try_get_arg() argument [all …]
|
| /external/rust/crates/clap/3.2.23/src/parser/matches/ |
| D | arg_matches.rs | 1227 ) -> Result<Option<&T>, MatchesError> { in try_get_one() argument 1246 ) -> Result<Option<ValuesRef<T>>, MatchesError> { in try_get_many() argument 1263 pub fn try_get_raw(&self, id: &str) -> Result<Option<RawValues<'_>>, MatchesError> { in try_get_raw() argument 1282 ) -> Result<Option<T>, MatchesError> { in try_remove_one() argument 1298 ) -> Result<Option<Values2<T>>, MatchesError> { in try_remove_many() argument 1315 pub fn try_contains_id(&self, id: &str) -> Result<bool, MatchesError> { in try_contains_id() argument 1328 fn try_get_arg(&self, arg: &Id) -> Result<Option<&MatchedArg>, MatchesError> { in try_get_arg() argument 1337 ) -> Result<Option<&MatchedArg>, MatchesError> { in try_get_arg_t() argument 1352 ) -> Result<Option<MatchedArg>, MatchesError> { in try_remove_arg_t() argument 1374 ) -> Result<(), MatchesError> { in verify_arg_t() argument [all …]
|