Struct snarkvm_wasm::str::pattern::CharPredicateSearcher
source · 🔬This is a nightly-only experimental API. (
pattern)Expand description
Associated type for <F as Pattern<'a>>::Searcher.
Trait Implementations
sourceimpl<'a, F> Clone for CharPredicateSearcher<'a, F>where
F: Clone + FnMut(char) -> bool,
impl<'a, F> Clone for CharPredicateSearcher<'a, F>where
F: Clone + FnMut(char) -> bool,
sourcefn clone(&self) -> CharPredicateSearcher<'a, F>
fn clone(&self) -> CharPredicateSearcher<'a, F>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl<'a, F> ReverseSearcher<'a> for CharPredicateSearcher<'a, F>where
F: FnMut(char) -> bool,
impl<'a, F> ReverseSearcher<'a> for CharPredicateSearcher<'a, F>where
F: FnMut(char) -> bool,
sourcefn next_back(&mut self) -> SearchStep
fn next_back(&mut self) -> SearchStep
🔬This is a nightly-only experimental API. (
pattern)Performs the next search step starting from the back. Read more
sourcefn next_match_back(&mut self) -> Option<(usize, usize)>
fn next_match_back(&mut self) -> Option<(usize, usize)>
🔬This is a nightly-only experimental API. (
pattern)sourcefn next_reject_back(&mut self) -> Option<(usize, usize)>
fn next_reject_back(&mut self) -> Option<(usize, usize)>
🔬This is a nightly-only experimental API. (
pattern)sourceimpl<'a, F> Searcher<'a> for CharPredicateSearcher<'a, F>where
F: FnMut(char) -> bool,
impl<'a, F> Searcher<'a> for CharPredicateSearcher<'a, F>where
F: FnMut(char) -> bool,
sourcefn haystack(&self) -> &'a str
fn haystack(&self) -> &'a str
🔬This is a nightly-only experimental API. (
pattern)Getter for the underlying string to be searched in Read more
sourcefn next(&mut self) -> SearchStep
fn next(&mut self) -> SearchStep
🔬This is a nightly-only experimental API. (
pattern)Performs the next search step starting from the front. Read more
sourcefn next_match(&mut self) -> Option<(usize, usize)>
fn next_match(&mut self) -> Option<(usize, usize)>
🔬This is a nightly-only experimental API. (
pattern)sourcefn next_reject(&mut self) -> Option<(usize, usize)>
fn next_reject(&mut self) -> Option<(usize, usize)>
🔬This is a nightly-only experimental API. (
pattern)impl<'a, F> DoubleEndedSearcher<'a> for CharPredicateSearcher<'a, F>where
F: FnMut(char) -> bool,
Auto Trait Implementations
impl<'a, F> RefUnwindSafe for CharPredicateSearcher<'a, F>where
F: RefUnwindSafe,
impl<'a, F> Send for CharPredicateSearcher<'a, F>where
F: Send,
impl<'a, F> Sync for CharPredicateSearcher<'a, F>where
F: Sync,
impl<'a, F> Unpin for CharPredicateSearcher<'a, F>where
F: Unpin,
impl<'a, F> UnwindSafe for CharPredicateSearcher<'a, F>where
F: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
fn instrument(self, span: Span) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
sourcefn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
fn in_current_span(self) -> Instrumented<Self>ⓘNotable traits for Instrumented<T>impl<T> Future for Instrumented<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;
impl<T> Pointable for T
impl<T> Pointable for T
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
impl<V, T> VZip<V> for Twhere
V: MultiLane<T>,
fn vzip(self) -> V
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;where
S: Into<Dispatch>,
T: Future, type Output = <T as Future>::Output;
sourcefn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
fn with_current_subscriber(self) -> WithDispatch<Self>ⓘNotable traits for WithDispatch<T>impl<T> Future for WithDispatch<T>where
T: Future, type Output = <T as Future>::Output;
T: Future, type Output = <T as Future>::Output;