Struct py_declare::filters::FnParamLen
source · pub struct FnParamLen<'n> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl BranchFilter<Rc<FnSignWithName>> for FnParamLen<'_>
impl BranchFilter<Rc<FnSignWithName>> for FnParamLen<'_>
Auto Trait Implementations§
impl<'n> Freeze for FnParamLen<'n>
impl<'n> RefUnwindSafe for FnParamLen<'n>
impl<'n> Send for FnParamLen<'n>
impl<'n> Sync for FnParamLen<'n>
impl<'n> Unpin for FnParamLen<'n>
impl<'n> UnwindSafe for FnParamLen<'n>
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