Struct pages::pages::TemplateFile
source · [−]Fields
name: &'static str
path: &'static str
Implementations
Auto Trait Implementations
impl RefUnwindSafe for TemplateFile
impl Send for TemplateFile
impl Sync for TemplateFile
impl Unpin for TemplateFile
impl UnwindSafe for TemplateFile
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