pub struct RepoFile { /* private fields */ }Expand description
A single file from a template repository, that shall be rendered into a target directory. If it
is considered a template, it’s processed through the Tera engine.
Implementations§
Auto Trait Implementations§
impl Freeze for RepoFile
impl RefUnwindSafe for RepoFile
impl Send for RepoFile
impl Sync for RepoFile
impl Unpin for RepoFile
impl UnwindSafe for RepoFile
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