Struct ColorChoiceParseError

struct ColorChoiceParseError { ... }

An error that occurs when parsing a ColorChoice fails.

Implementations

impl Clone for ColorChoiceParseError

fn clone(self: &Self) -> ColorChoiceParseError

impl Debug for ColorChoiceParseError

fn fmt(self: &Self, f: &mut $crate::fmt::Formatter<'_>) -> $crate::fmt::Result

impl Display for ColorChoiceParseError

fn fmt(self: &Self, f: &mut fmt::Formatter<'_>) -> fmt::Result

impl Error for ColorChoiceParseError

impl Freeze for ColorChoiceParseError

impl RefUnwindSafe for ColorChoiceParseError

impl Send for ColorChoiceParseError

impl Sync for ColorChoiceParseError

impl Unpin for ColorChoiceParseError

impl UnwindSafe for ColorChoiceParseError

impl<T> Any for ColorChoiceParseError

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for ColorChoiceParseError

fn borrow(self: &Self) -> &T

impl<T> BorrowMut for ColorChoiceParseError

fn borrow_mut(self: &mut Self) -> &mut T

impl<T> CloneToUninit for ColorChoiceParseError

unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)

impl<T> From for ColorChoiceParseError

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToOwned for ColorChoiceParseError

fn to_owned(self: &Self) -> T
fn clone_into(self: &Self, target: &mut T)

impl<T> ToString for ColorChoiceParseError

fn to_string(self: &Self) -> String

impl<T, U> Into for ColorChoiceParseError

fn into(self: Self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of [From]<T> for U chooses to do.

impl<T, U> TryFrom for ColorChoiceParseError

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

impl<T, U> TryInto for ColorChoiceParseError

fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>