pub struct ImageName(/* private fields */);Expand description
The bundled-image name that image callers resolve by (the file stem).
Implementations§
Source§impl ImageName
impl ImageName
Trait Implementations§
Source§impl From<VectorName> for ImageName
Vector and image names resolve through the same per-backend channel (nav-item icons, the
toolbar’s .image(…), bar_action — all name-based); this conversion is that shared
namespace made explicit.
impl From<VectorName> for ImageName
Vector and image names resolve through the same per-backend channel (nav-item icons, the
toolbar’s .image(…), bar_action — all name-based); this conversion is that shared
namespace made explicit.
Source§fn from(v: VectorName) -> ImageName
fn from(v: VectorName) -> ImageName
Converts to this type from the input type.
impl Eq for ImageName
impl StructuralPartialEq for ImageName
Auto Trait Implementations§
impl Freeze for ImageName
impl RefUnwindSafe for ImageName
impl Send for ImageName
impl Sync for ImageName
impl Unpin for ImageName
impl UnsafeUnpin for ImageName
impl UnwindSafe for ImageName
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