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