pub enum ResizeFormat {
Avif,
Webp,
Json,
Jpeg,
Png,
BaselineJpeg,
PngForce,
Svg,
}
Variants§
Trait Implementations§
Source§impl Clone for ResizeFormat
impl Clone for ResizeFormat
Source§fn clone(&self) -> ResizeFormat
fn clone(&self) -> ResizeFormat
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 ResizeFormat
impl Debug for ResizeFormat
Source§impl Serialize for ResizeFormat
impl Serialize for ResizeFormat
impl Copy for ResizeFormat
Auto Trait Implementations§
impl Freeze for ResizeFormat
impl RefUnwindSafe for ResizeFormat
impl Send for ResizeFormat
impl Sync for ResizeFormat
impl Unpin for ResizeFormat
impl UnwindSafe for ResizeFormat
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