[−][src]Struct ra_ap_proc_macro_api::ExpansionTask
Fields
macro_body: Subtree
Argument of macro call.
In custom derive this will be a struct or enum; in attribute-like macro - underlying item; in function-like macro - the macro body.
macro_name: String
Name of macro to expand.
In custom derive this is the name of the derived trait (Serialize
, Getters
, etc.).
In attribute-like and function-like macros - single name of macro itself (show_streams
).
attributes: Option<Subtree>
Possible attributes for the attribute-like macros.
lib: PathBuf
Trait Implementations
impl Clone for ExpansionTask
[src][+]
impl Debug for ExpansionTask
[src][+]
impl<'de> Deserialize<'de> for ExpansionTask
[src][+]
impl Eq for ExpansionTask
[src]
impl PartialEq<ExpansionTask> for ExpansionTask
[src][+]
impl Serialize for ExpansionTask
[src][+]
impl StructuralEq for ExpansionTask
[src]
impl StructuralPartialEq for ExpansionTask
[src]
Auto Trait Implementations
impl RefUnwindSafe for ExpansionTask
impl Send for ExpansionTask
impl Sync for ExpansionTask
impl Unpin for ExpansionTask
impl UnwindSafe for ExpansionTask
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,