Struct pace_core::ExportConfig
source · pub struct ExportConfig { /* private fields */ }Expand description
The export configuration for the pace application
Implementations§
source§impl ExportConfig
impl ExportConfig
sourcepub fn export_include_descriptions(&self) -> &bool
pub fn export_include_descriptions(&self) -> &bool
If the export should include descriptions
If the export should include tags
sourcepub fn export_time_format(&self) -> &String
pub fn export_time_format(&self) -> &String
The time format within the export
Trait Implementations§
source§impl Clone for ExportConfig
impl Clone for ExportConfig
source§fn clone(&self) -> ExportConfig
fn clone(&self) -> ExportConfig
Returns a copy 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 ExportConfig
impl Debug for ExportConfig
source§impl Default for ExportConfig
impl Default for ExportConfig
source§fn default() -> ExportConfig
fn default() -> ExportConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ExportConfig
impl<'de> Deserialize<'de> for ExportConfig
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 RefUnwindSafe for ExportConfig
impl Send for ExportConfig
impl Sync for ExportConfig
impl Unpin for ExportConfig
impl UnwindSafe for ExportConfig
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