pub struct DeclInfoType {
pub file_scope: ScopeKey,
pub typ: Expr,
pub alias: bool,
}Fields§
§file_scope: ScopeKey§typ: Expr§alias: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for DeclInfoType
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