pub enum ImageContainerFormat {
Png,
Jpeg,
}Expand description
Image container format recognized by inspection.
Variants§
Trait Implementations§
Source§impl Clone for ImageContainerFormat
impl Clone for ImageContainerFormat
Source§fn clone(&self) -> ImageContainerFormat
fn clone(&self) -> ImageContainerFormat
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 moreimpl Copy for ImageContainerFormat
Source§impl Debug for ImageContainerFormat
impl Debug for ImageContainerFormat
Source§impl<'de> Deserialize<'de> for ImageContainerFormat
impl<'de> Deserialize<'de> for ImageContainerFormat
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
impl Eq for ImageContainerFormat
Source§impl PartialEq for ImageContainerFormat
impl PartialEq for ImageContainerFormat
Source§impl Serialize for ImageContainerFormat
impl Serialize for ImageContainerFormat
impl StructuralPartialEq for ImageContainerFormat
Auto Trait Implementations§
impl Freeze for ImageContainerFormat
impl RefUnwindSafe for ImageContainerFormat
impl Send for ImageContainerFormat
impl Sync for ImageContainerFormat
impl Unpin for ImageContainerFormat
impl UnsafeUnpin for ImageContainerFormat
impl UnwindSafe for ImageContainerFormat
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