Struct pace_core::ReviewConfig
source · pub struct ReviewConfig { /* private fields */ }Expand description
The review configuration for the pace application
Implementations§
source§impl ReviewConfig
impl ReviewConfig
sourcepub fn review_directory(&self) -> &PathBuf
pub fn review_directory(&self) -> &PathBuf
The directory to store the review files
sourcepub fn review_format(&self) -> &ReviewFormatKind
pub fn review_format(&self) -> &ReviewFormatKind
The format for the review
Trait Implementations§
source§impl Clone for ReviewConfig
impl Clone for ReviewConfig
source§fn clone(&self) -> ReviewConfig
fn clone(&self) -> ReviewConfig
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 ReviewConfig
impl Debug for ReviewConfig
source§impl Default for ReviewConfig
impl Default for ReviewConfig
source§fn default() -> ReviewConfig
fn default() -> ReviewConfig
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for ReviewConfig
impl<'de> Deserialize<'de> for ReviewConfig
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 ReviewConfig
impl Send for ReviewConfig
impl Sync for ReviewConfig
impl Unpin for ReviewConfig
impl UnwindSafe for ReviewConfig
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