pub struct InlineMacroExpanderData {
pub result_code: String,
pub code_changed: bool,
pub diagnostics: Vec<PluginDiagnostic>,
}
Expand description
The result of expanding an inline macro.
Fields§
§result_code: String
§code_changed: bool
§diagnostics: Vec<PluginDiagnostic>
Trait Implementations§
source§impl Debug for InlineMacroExpanderData
impl Debug for InlineMacroExpanderData
source§impl Default for InlineMacroExpanderData
impl Default for InlineMacroExpanderData
source§fn default() -> InlineMacroExpanderData
fn default() -> InlineMacroExpanderData
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for InlineMacroExpanderData
impl Send for InlineMacroExpanderData
impl Sync for InlineMacroExpanderData
impl Unpin for InlineMacroExpanderData
impl UnwindSafe for InlineMacroExpanderData
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