Enum PreferencesParseError
enum PreferencesParseError
Error returned by parsers of unicode extensions as preferences.
Variants
-
InvalidKeywordValue The given keyword value is not a valid preference variant.
Implementations
impl Debug for PreferencesParseError
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Display for PreferencesParseError
fn fmt(self: &Self, formatter: &mut Formatter<'_>) -> Result
impl Error for PreferencesParseError
impl Freeze for PreferencesParseError
impl RefUnwindSafe for PreferencesParseError
impl Send for PreferencesParseError
impl Sync for PreferencesParseError
impl Unpin for PreferencesParseError
impl UnsafeUnpin for PreferencesParseError
impl UnwindSafe for PreferencesParseError
impl<T> Any for PreferencesParseError
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for PreferencesParseError
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for PreferencesParseError
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for PreferencesParseError
impl<T> From for PreferencesParseError
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToString for PreferencesParseError
fn to_string(self: &Self) -> String
impl<T, U> Into for PreferencesParseError
fn into(self: Self) -> UCalls
U::from(self).That is, this conversion is whatever the implementation of
[From]<T> for Uchooses to do.
impl<T, U> TryFrom for PreferencesParseError
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for PreferencesParseError
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>