Module syntax_ext::deriving::generic::ty
[−]
[src]
Unstable (
rustc_private)A mini version of ast::Ty, which is easier to use, and features an explicit Self type to use
when specifying impls to be derived.
Reexports
pub use self::PtrTy::*; |
pub use self::Ty::*; |
Structs
| LifetimeBounds |
[Unstable] Lifetimes and bounds on type parameters |
| Path |
[Unstable] A path, e.g. |
Enums
| PtrTy |
[Unstable] The types of pointers |
| Ty |
[Unstable] A type. Supports pointers, Self, and literals |
Functions
| borrowed | [Unstable] |
| borrowed_explicit_self | [Unstable] |
| borrowed_ptrty | [Unstable] |
| borrowed_self | [Unstable] |
| get_explicit_self | [Unstable] |
| nil_ty | [Unstable] |