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