Struct pax_compiler_api::templating::TemplateArgsMacroPax
source · [−]pub struct TemplateArgsMacroPax {
pub raw_pax: String,
pub pascal_identifier: String,
pub original_tokens: String,
pub is_root: bool,
pub template_dependencies: Vec<String>,
pub compile_time_property_definitions: Vec<CompileTimePropertyDefinition>,
}
Fields
raw_pax: String
pascal_identifier: String
original_tokens: String
is_root: bool
template_dependencies: Vec<String>
compile_time_property_definitions: Vec<CompileTimePropertyDefinition>
Trait Implementations
sourceimpl Serialize for TemplateArgsMacroPax
impl Serialize for TemplateArgsMacroPax
Auto Trait Implementations
impl RefUnwindSafe for TemplateArgsMacroPax
impl Send for TemplateArgsMacroPax
impl Sync for TemplateArgsMacroPax
impl Unpin for TemplateArgsMacroPax
impl UnwindSafe for TemplateArgsMacroPax
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more