Struct cairo_lang_defs::plugin::MacroPluginMetadata
source · pub struct MacroPluginMetadata<'a> {
pub cfg_set: &'a CfgSet,
}Expand description
A structure containing additional info about the current module item on which macro plugin operates.
Fields§
§cfg_set: &'a CfgSetConfig set of a crate to which the current item belongs.
Auto Trait Implementations§
impl<'a> RefUnwindSafe for MacroPluginMetadata<'a>
impl<'a> Send for MacroPluginMetadata<'a>
impl<'a> Sync for MacroPluginMetadata<'a>
impl<'a> Unpin for MacroPluginMetadata<'a>
impl<'a> UnwindSafe for MacroPluginMetadata<'a>
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