pub enum IconFormat {
Png,
Apng,
}Variants§
Trait Implementations§
Source§impl Clone for IconFormat
impl Clone for IconFormat
Source§fn clone(&self) -> IconFormat
fn clone(&self) -> IconFormat
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 IconFormat
impl Debug for IconFormat
Source§impl<'de> Deserialize<'de> for IconFormat
impl<'de> Deserialize<'de> for IconFormat
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 IconFormat
impl PartialEq for IconFormat
Source§impl Serialize for IconFormat
impl Serialize for IconFormat
impl StructuralPartialEq for IconFormat
Auto Trait Implementations§
impl Freeze for IconFormat
impl RefUnwindSafe for IconFormat
impl Send for IconFormat
impl Sync for IconFormat
impl Unpin for IconFormat
impl UnwindSafe for IconFormat
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