Home
last modified time | relevance | path

Searched refs:StartsWithPredicate (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/predicates/src/str/
Dbasics.rs65 pub struct StartsWithPredicate { struct
69 impl Predicate<str> for StartsWithPredicate { argument
80 impl reflection::PredicateReflection for StartsWithPredicate {} implementation
82 impl fmt::Display for StartsWithPredicate { implementation
106 pub fn starts_with<P>(pattern: P) -> StartsWithPredicate in starts_with()
110 StartsWithPredicate { in starts_with()