pub struct TemplateArgsMacroPaxPrimitive {
pub pascal_identifier: String,
pub original_tokens: String,
pub compile_time_property_definitions: Vec<CompileTimePropertyDefinition>,
}
Fields
pascal_identifier: String
original_tokens: String
compile_time_property_definitions: Vec<CompileTimePropertyDefinition>
Used to codegen get_property_manifest calls, which allows parser to “reflect”
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TemplateArgsMacroPaxPrimitive
impl Send for TemplateArgsMacroPaxPrimitive
impl Sync for TemplateArgsMacroPaxPrimitive
impl Unpin for TemplateArgsMacroPaxPrimitive
impl UnwindSafe for TemplateArgsMacroPaxPrimitive
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