[−][src]Module syntax_ext::deriving::generic::ty
🔬 This is a nightly-only experimental API. (rustc_private)
this crate is being loaded from the sysroot, an unstable location; did you mean to load this crate from crates.io via Cargo.toml instead?
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.
Re-exports
pub use self::PtrTy::*; |
pub use self::Ty::*; |
Structs
| LifetimeBounds |
[ Experimental ] Lifetimes and bounds on type parameters |
| Path |
[ Experimental ] A path, e.g. |
Enums
| PathKind |
[ Experimental ]
|
| PtrTy |
[ Experimental ] The types of pointers |
| Ty |
[ Experimental ] A type. Supports pointers, Self, and literals |
Functions
| borrowed |
[ Experimental ]
|
| borrowed_explicit_self |
[ Experimental ]
|
| borrowed_ptrty |
[ Experimental ]
|
| borrowed_self |
[ Experimental ]
|
| get_explicit_self |
[ Experimental ]
|
| mk_generics |
[ Experimental ]
|
| mk_lifetime |
[ Experimental ]
|
| mk_lifetimes |
[ Experimental ]
|
| mk_ty_param |
[ Experimental ]
|
| nil_ty |
[ Experimental ]
|