pub struct CharSliceSearcher<'a, 'b>(_);
🔬 This is a nightly-only experimental API. (
pattern
#27721)
Expand description
Associated type for <&[char] as Pattern<'a>>::Searcher
.
Performs copy-assignment from source
. Read more
Formats the value using the given formatter. Read more
🔬 This is a nightly-only experimental API. (
pattern
#27721)
Performs the next search step starting from the back. Read more
🔬 This is a nightly-only experimental API. (
pattern
#27721)
🔬 This is a nightly-only experimental API. (
pattern
#27721)
🔬 This is a nightly-only experimental API. (
pattern
#27721)
Getter for the underlying string to be searched in Read more
🔬 This is a nightly-only experimental API. (
pattern
#27721)
Performs the next search step starting from the front. Read more
🔬 This is a nightly-only experimental API. (
pattern
#27721)
🔬 This is a nightly-only experimental API. (
pattern
#27721)
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.