Struct TryFromExtendedColorError
pub struct TryFromExtendedColorError { /* private fields */ }
Converting ExtendedColorType to [ColorType]crate::ColorType failed.
This type is convertible to ImageError as ImageError::Unsupported.
Trait Implementations
impl Clone for TryFromExtendedColorError
fn clone(&self) -> TryFromExtendedColorError
impl Debug for TryFromExtendedColorError
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Display for TryFromExtendedColorError
fn fmt(&self, f: &mut Formatter<'_>) -> Result
impl Error for TryFromExtendedColorError
Auto Trait Implementations
impl Freeze for TryFromExtendedColorError
impl RefUnwindSafe for TryFromExtendedColorError
impl Send for TryFromExtendedColorError
impl Sync for TryFromExtendedColorError
impl Unpin for TryFromExtendedColorError
impl UnsafeUnpin for TryFromExtendedColorError
impl UnwindSafe for TryFromExtendedColorError
Blanket Implementations
impl<ST, DT> CastableFrom<ST, Initialized, Initialized> for TryFromExtendedColorError
where
ST: ?Sized,
DT: ?Sized,
impl<ST, DT> CastableFrom<ST, Uninit, Uninit> for TryFromExtendedColorError
where
ST: ?Sized,
DT: ?Sized,
impl<T> Any for TryFromExtendedColorError
where
T: 'static + ?Sized,
fn type_id(&self) -> TypeId
impl<T> Borrow<T> for TryFromExtendedColorError
where
T: ?Sized,
fn borrow(&self) -> &T
impl<T> BorrowMut<T> for TryFromExtendedColorError
where
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
impl<T> CloneToUninit for TryFromExtendedColorError
where
T: Clone,
unsafe fn clone_to_uninit(&self, dest: *mut u8)
impl<T> From<T> for TryFromExtendedColorError
fn from(t: T) -> TReturns the argument unchanged.
impl<T> IntoEither for TryFromExtendedColorError
impl<T> Pointable for TryFromExtendedColorError
const ALIGN: usize = _;type Init = T;unsafe fn init(init: <T as Pointable>::Init) -> usizeunsafe fn deref<'a>(ptr: usize) -> &'a Tunsafe fn deref_mut<'a>(ptr: usize) -> &'a mut Tunsafe fn drop(ptr: usize)
impl<T> Read<Exclusive, BecauseExclusive> for TryFromExtendedColorError
where
T: ?Sized,
impl<T> ToOwned for TryFromExtendedColorError
where
T: Clone,
type Owned = T;fn to_owned(&self) -> Tfn clone_into(&self, target: &mut T)
impl<T> ToString for TryFromExtendedColorError
where
T: Display + ?Sized,
fn to_string(&self) -> String
impl<T, U> Into<U> for TryFromExtendedColorError
where
U: From<T>,
fn into(self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom<U> for TryFromExtendedColorError
where
U: Into<T>,
type Error = never;fn try_from(value: U) -> Result<T, never>
impl<T, U> TryInto<U> for TryFromExtendedColorError
where
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error;fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>