Module syntax_ext::deriving::clone [−][src]
🔬 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?
Re-exports
use deriving::path_std; |
use deriving::generic::*; |
use deriving::generic::ty::*; |
use syntax::ast; |
use syntax::ast::Expr; |
use syntax::ast::Generics; |
use syntax::ast::ItemKind; |
use syntax::ast::MetaItem; |
use syntax::ast::VariantData; |
use syntax::attr; |
use syntax::ext::base::Annotatable; |
use syntax::ext::base::ExtCtxt; |
use syntax::ext::build::AstBuilder; |
use syntax::ptr::P; |
use syntax::symbol::Symbol; |
use syntax::symbol::keywords; |
use syntax_pos::Span; |
Functions
cs_clone |
[ Experimental ]
|
cs_clone_shallow |
[ Experimental ]
|
expand_deriving_clone |
[ Experimental ]
|