pub enum ImageOutputMimeType {
Jpeg,
Png,
}Variants§
Trait Implementations§
Source§impl Clone for ImageOutputMimeType
impl Clone for ImageOutputMimeType
Source§fn clone(&self) -> ImageOutputMimeType
fn clone(&self) -> ImageOutputMimeType
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ImageOutputMimeType
impl Debug for ImageOutputMimeType
Source§impl<'de> Deserialize<'de> for ImageOutputMimeType
impl<'de> Deserialize<'de> for ImageOutputMimeType
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ImageOutputMimeType
impl PartialEq for ImageOutputMimeType
Source§impl Serialize for ImageOutputMimeType
impl Serialize for ImageOutputMimeType
impl StructuralPartialEq for ImageOutputMimeType
Auto Trait Implementations§
impl Freeze for ImageOutputMimeType
impl RefUnwindSafe for ImageOutputMimeType
impl Send for ImageOutputMimeType
impl Sync for ImageOutputMimeType
impl Unpin for ImageOutputMimeType
impl UnsafeUnpin for ImageOutputMimeType
impl UnwindSafe for ImageOutputMimeType
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