pub struct DocumentTemplate {
pub frontmatter: &'static str,
pub content: &'static str,
pub acceptance_criteria: &'static str,
pub file_extension: &'static str,
}
Expand description
Template information for a document
Fields§
§frontmatter: &'static str
§content: &'static str
§acceptance_criteria: &'static str
§file_extension: &'static str
Auto Trait Implementations§
impl Freeze for DocumentTemplate
impl RefUnwindSafe for DocumentTemplate
impl Send for DocumentTemplate
impl Sync for DocumentTemplate
impl Unpin for DocumentTemplate
impl UnwindSafe for DocumentTemplate
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
Source§impl<T> IntoSql for T
impl<T> IntoSql for T
Source§fn into_sql<T>(self) -> Self::Expression
fn into_sql<T>(self) -> Self::Expression
Convert
self
to an expression for Diesel’s query builder. Read moreSource§fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
fn as_sql<'a, T>(&'a self) -> <&'a Self as AsExpression<T>>::Expression
Convert
&self
to an expression for Diesel’s query builder. Read more