#[repr(C)]pub struct StatementFunctionDeclaration<'ast> {
pub base: StatementHeader<'ast>,
pub name: Expression<'ast>,
pub function: &'ast Function<'ast>,
}Fields§
§base: StatementHeader<'ast>§name: Expression<'ast>§function: &'ast Function<'ast>Implementations§
Source§impl<'ast> StatementFunctionDeclaration<'ast>
impl<'ast> StatementFunctionDeclaration<'ast>
Trait Implementations§
Source§impl Debug for StatementFunctionDeclaration<'_>
impl Debug for StatementFunctionDeclaration<'_>
Auto Trait Implementations§
impl<'ast> !Send for StatementFunctionDeclaration<'ast>
impl<'ast> !Sync for StatementFunctionDeclaration<'ast>
impl<'ast> Freeze for StatementFunctionDeclaration<'ast>
impl<'ast> RefUnwindSafe for StatementFunctionDeclaration<'ast>
impl<'ast> Unpin for StatementFunctionDeclaration<'ast>
impl<'ast> UnsafeUnpin for StatementFunctionDeclaration<'ast>
impl<'ast> UnwindSafe for StatementFunctionDeclaration<'ast>
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