Struct debris_parser::ast::FunctionPattern
source · pub struct FunctionPattern(AstNode);
Tuple Fields§
§0: AstNode
Implementations§
source§impl FunctionPattern
impl FunctionPattern
pub fn parameters(&self) -> FunctionPatternParams
pub fn ret(&self) -> Option<Pattern>
Trait Implementations§
source§impl AstItem for FunctionPattern
impl AstItem for FunctionPattern
Auto Trait Implementations§
impl RefUnwindSafe for FunctionPattern
impl !Send for FunctionPattern
impl !Sync for FunctionPattern
impl Unpin for FunctionPattern
impl UnwindSafe for FunctionPattern
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