Struct RangeError
struct RangeError(276, 277)
A CodePointInversionList was constructed from an invalid range
Implementations
impl Debug for RangeError
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Display for RangeError
fn fmt(self: &Self, formatter: &mut Formatter<'_>) -> Result
impl Freeze for RangeError
impl RefUnwindSafe for RangeError
impl Send for RangeError
impl Sync for RangeError
impl Unpin for RangeError
impl UnsafeUnpin for RangeError
impl UnwindSafe for RangeError
impl<T> Any for RangeError
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for RangeError
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for RangeError
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> ErasedDestructor for RangeError
impl<T> From for RangeError
fn from(t: T) -> TReturns the argument unchanged.
impl<T> ToString for RangeError
fn to_string(self: &Self) -> String
impl<T, U> Into for RangeError
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 RangeError
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for RangeError
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>