Struct go_types::check::DeclInfoConst
source · pub struct DeclInfoConst {
pub file_scope: ScopeKey,
pub typ: Option<Expr>,
pub init: Option<Expr>,
pub deps: HashSet<ObjKey>,
}
Fields§
§file_scope: ScopeKey
§typ: Option<Expr>
§init: Option<Expr>
§deps: HashSet<ObjKey>
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for DeclInfoConst
impl !Send for DeclInfoConst
impl !Sync for DeclInfoConst
impl Unpin for DeclInfoConst
impl UnwindSafe for DeclInfoConst
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