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 Freeze for DeclInfoConst
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