Struct debris_parser::ast::ParamListDecl
source · pub struct ParamListDecl(AstNode);
Tuple Fields§
§0: AstNode
Implementations§
source§impl ParamListDecl
impl ParamListDecl
pub fn declarations(&self) -> impl Iterator<Item = ParamDecl> + '_
Trait Implementations§
source§impl AstItem for ParamListDecl
impl AstItem for ParamListDecl
Auto Trait Implementations§
impl RefUnwindSafe for ParamListDecl
impl !Send for ParamListDecl
impl !Sync for ParamListDecl
impl Unpin for ParamListDecl
impl UnwindSafe for ParamListDecl
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