pub struct TypeSpec {
pub name: IdentKey,
pub assign: Pos,
pub typ: Expr,
}
Fields§
§name: IdentKey
§assign: Pos
§typ: Expr
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TypeSpec
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