Struct EmptyError
struct EmptyError
Track an error occurred without any other StrContext
Implementations
impl Clone for EmptyError
fn clone(self: &Self) -> EmptyError
impl Copy for EmptyError
impl Debug for EmptyError
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Display for EmptyError
fn fmt(self: &Self, f: &mut Formatter<'_>) -> Result
impl Eq for EmptyError
impl ErrorConvert for EmptyError
fn convert(self: Self) -> EmptyError
impl Freeze for EmptyError
impl PartialEq for EmptyError
fn eq(self: &Self, other: &EmptyError) -> bool
impl RefUnwindSafe for EmptyError
impl Send for EmptyError
impl StructuralPartialEq for EmptyError
impl Sync for EmptyError
impl Unpin for EmptyError
impl UnsafeUnpin for EmptyError
impl UnwindSafe for EmptyError
impl<I, E> FromExternalError for EmptyError
fn from_external_error(_input: &I, _e: E) -> Self
impl<I: Stream> ParserError for EmptyError
fn from_input(_: &I) -> Selffn into_inner(self: Self) -> Result<<Self as >::Inner, Self>
impl<I: Stream, C> AddContext for EmptyError
impl<T> Any for EmptyError
fn type_id(self: &Self) -> TypeId
impl<T> Borrow for EmptyError
fn borrow(self: &Self) -> &T
impl<T> BorrowMut for EmptyError
fn borrow_mut(self: &mut Self) -> &mut T
impl<T> CloneToUninit for EmptyError
unsafe fn clone_to_uninit(self: &Self, dest: *mut u8)
impl<T> From for EmptyError
fn from(t: T) -> TReturns the argument unchanged.
impl<T, U> Into for EmptyError
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 EmptyError
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
impl<T, U> TryInto for EmptyError
fn try_into(self: Self) -> Result<U, <U as TryFrom<T>>::Error>