pub struct IconRef {
pub material: &'static str,
pub emoji: &'static str,
}Expand description
Resolved icon for non-Apple hosts.
Fields§
§material: &'static strMaterial Symbols ligature / icon name (e.g. favorite).
emoji: &'static strEmoji / unicode glyph fallback when a font is unavailable.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for IconRef
impl RefUnwindSafe for IconRef
impl Send for IconRef
impl Sync for IconRef
impl Unpin for IconRef
impl UnsafeUnpin for IconRef
impl UnwindSafe for IconRef
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