pub enum IconFileType {
PNG,
SVG,
XPM,
}
Expand description
Enum representing the different file types an icon can be.
Variants§
Trait Implementations§
Source§impl AsRef<str> for IconFileType
impl AsRef<str> for IconFileType
Source§impl Clone for IconFileType
impl Clone for IconFileType
Source§fn clone(&self) -> IconFileType
fn clone(&self) -> IconFileType
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for IconFileType
impl Debug for IconFileType
Source§impl Hash for IconFileType
impl Hash for IconFileType
Source§impl PartialEq for IconFileType
impl PartialEq for IconFileType
impl Copy for IconFileType
impl Eq for IconFileType
impl StructuralPartialEq for IconFileType
Auto Trait Implementations§
impl Freeze for IconFileType
impl RefUnwindSafe for IconFileType
impl Send for IconFileType
impl Sync for IconFileType
impl Unpin for IconFileType
impl UnwindSafe for IconFileType
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