pub enum ArtworkImageFormat {
Png,
Webp,
Jpeg,
}Expand description
Artwork image formats
Variants§
Trait Implementations§
Source§impl Clone for ArtworkImageFormat
impl Clone for ArtworkImageFormat
Source§fn clone(&self) -> ArtworkImageFormat
fn clone(&self) -> ArtworkImageFormat
Returns a duplicate 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 ArtworkImageFormat
impl Debug for ArtworkImageFormat
Source§impl Hash for ArtworkImageFormat
impl Hash for ArtworkImageFormat
Source§impl PartialEq for ArtworkImageFormat
impl PartialEq for ArtworkImageFormat
impl Copy for ArtworkImageFormat
impl Eq for ArtworkImageFormat
impl StructuralPartialEq for ArtworkImageFormat
Auto Trait Implementations§
impl Freeze for ArtworkImageFormat
impl RefUnwindSafe for ArtworkImageFormat
impl Send for ArtworkImageFormat
impl Sync for ArtworkImageFormat
impl Unpin for ArtworkImageFormat
impl UnwindSafe for ArtworkImageFormat
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