[−][src]Enum plotters::drawing::backend::DrawingErrorKind
The error produced by a drawing backend
Variants
A drawing backend error
FontError(FontError)
A font rendering error
Trait Implementations
impl<E: Debug + Error + Send + Sync> Debug for DrawingErrorKind<E> where
FontError: Send + Sync,
[src][+]
FontError: Send + Sync,
impl<E: Error + Send + Sync> Display for DrawingErrorKind<E>
[src][+]
impl<E: Error + Send + Sync> Error for DrawingErrorKind<E>
[src][+]
Auto Trait Implementations
impl<E> Send for DrawingErrorKind<E>
impl<E> Unpin for DrawingErrorKind<E> where
E: Unpin,
E: Unpin,
impl<E> Sync for DrawingErrorKind<E>
impl<E> UnwindSafe for DrawingErrorKind<E> where
E: UnwindSafe,
E: UnwindSafe,
impl<E> RefUnwindSafe for DrawingErrorKind<E> where
E: RefUnwindSafe,
E: RefUnwindSafe,
Blanket Implementations
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> From<T> for T
[src][+]
impl<T> ToString for T where
T: Display + ?Sized,
[src][+]
T: Display + ?Sized,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> SetParameter for T
[+]
impl<S, D, Swp, Dwp, T> AdaptInto<D, Swp, Dwp, T> for S where
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
[src][+]
D: AdaptFrom<S, Swp, Dwp, T>,
Dwp: WhitePoint,
Swp: WhitePoint,
T: Component + Float,
impl<T, U> ConvertInto<U> for T where
U: ConvertFrom<T>,
[src][+]
U: ConvertFrom<T>,