Variants
Token(T)
Range(R)
Static(&'static str)
Format(F)
Trait Implementations
sourceimpl<'s, T, R, F> ErrorInfo<'s, T, R> for Info<T, R, F> where
T: Clone,
R: Clone,
F: Display + 's,
impl<'s, T, R, F> ErrorInfo<'s, T, R> for Info<T, R, F> where
T: Clone,
R: Clone,
F: Display + 's,
sourceimpl<T, R, F> From<Info<T, R, F>> for Info<T, R> where
F: Display,
impl<T, R, F> From<Info<T, R, F>> for Info<T, R> where
F: Display,
sourcefn from(info: PrimitiveInfo<T, R, F>) -> Self
fn from(info: PrimitiveInfo<T, R, F>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
impl<T, R, F> RefUnwindSafe for Info<T, R, F> where
F: RefUnwindSafe,
R: RefUnwindSafe,
T: RefUnwindSafe,
impl<T, R, F> Send for Info<T, R, F> where
F: Send,
R: Send,
T: Send,
impl<T, R, F> Sync for Info<T, R, F> where
F: Sync,
R: Sync,
T: Sync,
impl<T, R, F> Unpin for Info<T, R, F> where
F: Unpin,
R: Unpin,
T: Unpin,
impl<T, R, F> UnwindSafe for Info<T, R, F> where
F: UnwindSafe,
R: UnwindSafe,
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more