#[repr(C)]pub struct AstStat {
pub base: AstNode,
pub has_semicolon: bool,
}Fields§
§base: AstNode§has_semicolon: boolImplementations§
Trait Implementations§
Source§impl AstNodeRef for &AstStat
impl AstNodeRef for &AstStat
fn class_index(self) -> Option<i32>
Source§impl IntoAstStatMut for &mut AstStat
impl IntoAstStatMut for &mut AstStat
unsafe fn into_ast_stat_mut(self) -> *mut AstStat
Source§impl IntoAstStatPrinter for &mut AstStat
impl IntoAstStatPrinter for &mut AstStat
unsafe fn into_ast_stat_mut(self) -> *mut AstStat
Auto Trait Implementations§
impl Freeze for AstStat
impl RefUnwindSafe for AstStat
impl Send for AstStat
impl Sync for AstStat
impl Unpin for AstStat
impl UnsafeUnpin for AstStat
impl UnwindSafe for AstStat
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