Struct InvalidSetError

struct InvalidSetError()

A CodePointInversionList was constructed with an invalid inversion list

Implementations

impl Debug for InvalidSetError

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

impl Display for InvalidSetError

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

impl Freeze for InvalidSetError

impl RefUnwindSafe for InvalidSetError

impl Send for InvalidSetError

impl Sync for InvalidSetError

impl Unpin for InvalidSetError

impl UnsafeUnpin for InvalidSetError

impl UnwindSafe for InvalidSetError

impl<T> Any for InvalidSetError

fn type_id(self: &Self) -> TypeId

impl<T> Borrow for InvalidSetError

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

impl<T> BorrowMut for InvalidSetError

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

impl<T> ErasedDestructor for InvalidSetError

impl<T> From for InvalidSetError

fn from(t: T) -> T

Returns the argument unchanged.

impl<T> ToString for InvalidSetError

fn to_string(self: &Self) -> String

impl<T, U> Into for InvalidSetError

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 InvalidSetError

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

impl<T, U> TryInto for InvalidSetError

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