pub enum WalletStandardIconMime {
Svg,
Png,
Webp,
Gif,
Jpeg,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for WalletStandardIconMime
impl Clone for WalletStandardIconMime
Source§fn clone(&self) -> WalletStandardIconMime
fn clone(&self) -> WalletStandardIconMime
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 WalletStandardIconMime
impl Debug for WalletStandardIconMime
Source§impl Hash for WalletStandardIconMime
impl Hash for WalletStandardIconMime
Source§impl Ord for WalletStandardIconMime
impl Ord for WalletStandardIconMime
Source§fn cmp(&self, other: &WalletStandardIconMime) -> Ordering
fn cmp(&self, other: &WalletStandardIconMime) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WalletStandardIconMime
impl PartialEq for WalletStandardIconMime
Source§impl PartialOrd for WalletStandardIconMime
impl PartialOrd for WalletStandardIconMime
impl Copy for WalletStandardIconMime
impl Eq for WalletStandardIconMime
impl StructuralPartialEq for WalletStandardIconMime
Auto Trait Implementations§
impl Freeze for WalletStandardIconMime
impl RefUnwindSafe for WalletStandardIconMime
impl Send for WalletStandardIconMime
impl Sync for WalletStandardIconMime
impl Unpin for WalletStandardIconMime
impl UnwindSafe for WalletStandardIconMime
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