pub struct CustomFilter<T: Types, Fs, Fe>{ /* private fields */ }
Implementations§
Trait Implementations§
Source§impl<T: Types, Fs, Fe> BranchFilter<T> for CustomFilter<T, Fs, Fe>
impl<T: Types, Fs, Fe> BranchFilter<T> for CustomFilter<T, Fs, Fe>
Source§impl<T: Types, Fs, Fe> WithSpan for CustomFilter<T, Fs, Fe>
impl<T: Types, Fs, Fe> WithSpan for CustomFilter<T, Fs, Fe>
Auto Trait Implementations§
impl<T, Fs, Fe> Freeze for CustomFilter<T, Fs, Fe>
impl<T, Fs, Fe> RefUnwindSafe for CustomFilter<T, Fs, Fe>
impl<T, Fs, Fe> Send for CustomFilter<T, Fs, Fe>
impl<T, Fs, Fe> Sync for CustomFilter<T, Fs, Fe>
impl<T, Fs, Fe> Unpin for CustomFilter<T, Fs, Fe>
impl<T, Fs, Fe> UnwindSafe for CustomFilter<T, Fs, Fe>
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
Source§impl<W> WithSpanExt for Wwhere
W: WithSpan,
impl<W> WithSpanExt for Wwhere
W: WithSpan,
Source§fn make_parse_error(
&self,
reason: impl ToString,
kind: ParseErrorKind,
) -> ParseError
fn make_parse_error( &self, reason: impl ToString, kind: ParseErrorKind, ) -> ParseError
make an
ParseError
at location with ordered ParseErrorKind
Source§fn unmatch<T>(&self, reason: impl ToString) -> Result<T, ParseError>
fn unmatch<T>(&self, reason: impl ToString) -> Result<T, ParseError>
make an Unmatched
ParseError
in Result
Source§fn throw<T>(&self, reason: impl ToString) -> Result<T, ParseError>
fn throw<T>(&self, reason: impl ToString) -> Result<T, ParseError>
make an Semantic
ParseError
in Result