pub struct DescriptionTemplateConfig {
pub generate_header_text: bool,
pub generate_line_text: bool,
}Expand description
Description template configuration.
Fields§
§generate_header_text: boolGenerate header text for journal entries
generate_line_text: boolGenerate line text for journal entry lines
Trait Implementations§
Source§impl Clone for DescriptionTemplateConfig
impl Clone for DescriptionTemplateConfig
Source§fn clone(&self) -> DescriptionTemplateConfig
fn clone(&self) -> DescriptionTemplateConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DescriptionTemplateConfig
impl Debug for DescriptionTemplateConfig
Source§impl Default for DescriptionTemplateConfig
impl Default for DescriptionTemplateConfig
Source§impl<'de> Deserialize<'de> for DescriptionTemplateConfig
impl<'de> Deserialize<'de> for DescriptionTemplateConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for DescriptionTemplateConfig
impl RefUnwindSafe for DescriptionTemplateConfig
impl Send for DescriptionTemplateConfig
impl Sync for DescriptionTemplateConfig
impl Unpin for DescriptionTemplateConfig
impl UnwindSafe for DescriptionTemplateConfig
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