pub struct Icons {
pub running: &'static str,
pub done: &'static str,
pub planned: &'static str,
pub failed: &'static str,
pub download: &'static str,
pub upload: &'static str,
pub clock: &'static str,
pub estimate: &'static str,
pub summary: &'static str,
}Expand description
A complete set of display icons.
Fields§
§running: &'static str§done: &'static str§planned: &'static str§failed: &'static str§download: &'static str§upload: &'static str§clock: &'static str§estimate: &'static str§summary: &'static strAuto 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