pub struct TypeSpec {
pub name: IdentKey,
pub assign: usize,
pub typ: Expr,
}
Fields§
§name: IdentKey
§assign: usize
§typ: Expr
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for TypeSpec
impl !Send for TypeSpec
impl !Sync for TypeSpec
impl Unpin for TypeSpec
impl UnwindSafe for TypeSpec
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