pub struct UserConfig {
pub grouping: GroupingConfig,
pub review: ReviewConfig,
pub keys: KeysConfig,
}Expand description
Everything parse_user reads, so load assigns one value rather than
growing a second assignment every time the user file gains a table.
Serialisable, because the reviewer’s config modal writes it back whole
(Config::save_user).
Fields§
§grouping: GroupingConfig§review: ReviewConfig§keys: KeysConfigTrait Implementations§
Source§impl Clone for UserConfig
impl Clone for UserConfig
Source§impl Debug for UserConfig
impl Debug for UserConfig
Source§impl Default for UserConfig
impl Default for UserConfig
Source§impl PartialEq for UserConfig
impl PartialEq for UserConfig
Source§impl Serialize for UserConfig
impl Serialize for UserConfig
impl StructuralPartialEq for UserConfig
Auto Trait Implementations§
impl Freeze for UserConfig
impl RefUnwindSafe for UserConfig
impl Send for UserConfig
impl Sync for UserConfig
impl Unpin for UserConfig
impl UnsafeUnpin for UserConfig
impl UnwindSafe for UserConfig
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