pub enum IconType {
PNG,
SVG,
XMP,
}Expand description
The type of icon returned i.e. file type
Note: These are the only image file formats supported by the Freedesktop standard.
Variants§
Trait Implementations§
impl Eq for IconType
impl StructuralPartialEq for IconType
Auto Trait Implementations§
impl Freeze for IconType
impl RefUnwindSafe for IconType
impl Send for IconType
impl Sync for IconType
impl Unpin for IconType
impl UnwindSafe for IconType
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