pub struct Icon {
pub title: &'static str,
pub slug: &'static str,
pub hex: &'static str,
pub source: &'static str,
pub svg: &'static str,
pub path: &'static str,
}Fields§
§title: &'static str§slug: &'static str§hex: &'static str§source: &'static str§svg: &'static str§path: &'static strTrait Implementations§
Auto Trait Implementations§
impl Freeze for Icon
impl RefUnwindSafe for Icon
impl Send for Icon
impl Sync for Icon
impl Unpin for Icon
impl UnsafeUnpin for Icon
impl UnwindSafe for Icon
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