pub struct Icons {Show 30 fields
pub inbox: &'static str,
pub today: &'static str,
pub upcoming: &'static str,
pub anytime: &'static str,
pub find: &'static str,
pub task_open: &'static str,
pub task_done: &'static str,
pub task_someday: &'static str,
pub task_canceled: &'static str,
pub today_staged: &'static str,
pub project: &'static str,
pub project_someday: &'static str,
pub area: &'static str,
pub tag: &'static str,
pub evening: &'static str,
pub progress_empty: &'static str,
pub progress_quarter: &'static str,
pub progress_half: &'static str,
pub progress_three_quarter: &'static str,
pub progress_full: &'static str,
pub deadline: &'static str,
pub done: &'static str,
pub incomplete: &'static str,
pub canceled: &'static str,
pub deleted: &'static str,
pub checklist_open: &'static str,
pub checklist_done: &'static str,
pub checklist_canceled: &'static str,
pub separator: &'static str,
pub divider: &'static str,
}Fields§
§inbox: &'static str§today: &'static str§upcoming: &'static str§anytime: &'static str§find: &'static str§task_open: &'static str§task_done: &'static str§task_someday: &'static str§task_canceled: &'static str§today_staged: &'static str§project: &'static str§project_someday: &'static str§area: &'static str§tag: &'static str§evening: &'static str§progress_empty: &'static str§progress_quarter: &'static str§progress_half: &'static str§progress_three_quarter: &'static str§progress_full: &'static str§deadline: &'static str§done: &'static str§incomplete: &'static str§canceled: &'static str§deleted: &'static str§checklist_open: &'static str§checklist_done: &'static str§checklist_canceled: &'static str§separator: &'static str§divider: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for Icons
impl RefUnwindSafe for Icons
impl Send for Icons
impl Sync for Icons
impl Unpin for Icons
impl UnsafeUnpin for Icons
impl UnwindSafe for Icons
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