Struct quartz_cli::config::Preferences
source · pub struct Preferences {
pub editor: String,
pub pager: String,
}Fields§
§editor: String§pager: StringTrait Implementations§
source§impl Default for Preferences
impl Default for Preferences
Auto Trait Implementations§
impl RefUnwindSafe for Preferences
impl Send for Preferences
impl Sync for Preferences
impl Unpin for Preferences
impl UnwindSafe for Preferences
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