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