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