pub struct TemplateVars {
pub plugin_name: String,
pub plugin_name_snake: String,
pub plugin_name_pascal: String,
pub server_sdk_dep: String,
pub web_sdk_dep: String,
pub web_root: String,
}Expand description
Template variables used for string replacement in template files.
Fields§
§plugin_name: String§plugin_name_snake: String§plugin_name_pascal: String§server_sdk_dep: String§web_sdk_dep: String§web_root: StringAuto Trait Implementations§
impl Freeze for TemplateVars
impl RefUnwindSafe for TemplateVars
impl Send for TemplateVars
impl Sync for TemplateVars
impl Unpin for TemplateVars
impl UnsafeUnpin for TemplateVars
impl UnwindSafe for TemplateVars
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