pub struct ConfigureTemplateCommand {
pub alias: String,
pub body: Option<Body>,
pub template_path: Option<PathBuf>,
pub kind: TemplateKind,
}Fields§
§alias: String§body: Option<Body>§template_path: Option<PathBuf>§kind: TemplateKindTrait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigureTemplateCommand
impl RefUnwindSafe for ConfigureTemplateCommand
impl Send for ConfigureTemplateCommand
impl Sync for ConfigureTemplateCommand
impl Unpin for ConfigureTemplateCommand
impl UnsafeUnpin for ConfigureTemplateCommand
impl UnwindSafe for ConfigureTemplateCommand
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