pub struct DeclInfoFunc {
pub file_scope: ScopeKey,
pub fdecl: FuncDeclKey,
pub deps: HashSet<ObjKey>,
}Fields§
§file_scope: ScopeKey§fdecl: FuncDeclKey§deps: HashSet<ObjKey>Trait Implementations§
Auto Trait Implementations§
impl Freeze for DeclInfoFunc
impl RefUnwindSafe for DeclInfoFunc
impl Send for DeclInfoFunc
impl Sync for DeclInfoFunc
impl Unpin for DeclInfoFunc
impl UnwindSafe for DeclInfoFunc
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