pub struct BearPrefs {
pub tag_position: TagPosition,
pub app_locking_enabled: bool,
}Expand description
Bear user preferences relevant to the CLI.
Fields§
§tag_position: TagPosition§app_locking_enabled: boolTrait Implementations§
Auto Trait Implementations§
impl Freeze for BearPrefs
impl RefUnwindSafe for BearPrefs
impl Send for BearPrefs
impl Sync for BearPrefs
impl Unpin for BearPrefs
impl UnsafeUnpin for BearPrefs
impl UnwindSafe for BearPrefs
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