pub enum EzPixmapErrorKind {
InvalidFormat,
NotImplemented,
}Expand description
EzPixmap error kinds
Variants§
Trait Implementations§
Source§impl Clone for EzPixmapErrorKind
impl Clone for EzPixmapErrorKind
Source§fn clone(&self) -> EzPixmapErrorKind
fn clone(&self) -> EzPixmapErrorKind
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 EzPixmapErrorKind
impl Debug for EzPixmapErrorKind
Source§impl Hash for EzPixmapErrorKind
impl Hash for EzPixmapErrorKind
Source§impl Ord for EzPixmapErrorKind
impl Ord for EzPixmapErrorKind
Source§fn cmp(&self, other: &EzPixmapErrorKind) -> Ordering
fn cmp(&self, other: &EzPixmapErrorKind) -> 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 EzPixmapErrorKind
impl PartialEq for EzPixmapErrorKind
Source§impl PartialOrd for EzPixmapErrorKind
impl PartialOrd for EzPixmapErrorKind
impl Copy for EzPixmapErrorKind
impl Eq for EzPixmapErrorKind
impl StructuralPartialEq for EzPixmapErrorKind
Auto Trait Implementations§
impl Freeze for EzPixmapErrorKind
impl RefUnwindSafe for EzPixmapErrorKind
impl Send for EzPixmapErrorKind
impl Sync for EzPixmapErrorKind
impl Unpin for EzPixmapErrorKind
impl UnwindSafe for EzPixmapErrorKind
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