pub struct TextRenderError(/* private fields */);Expand description
Error type for the plain text renderer.
Trait Implementations§
Source§impl Debug for TextRenderError
impl Debug for TextRenderError
Source§impl Display for TextRenderError
impl Display for TextRenderError
Source§impl Error for TextRenderError
impl Error for TextRenderError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns the lower-level source of this error, if any. Read more
1.0.0 · Source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations§
impl Freeze for TextRenderError
impl !RefUnwindSafe for TextRenderError
impl Send for TextRenderError
impl Sync for TextRenderError
impl Unpin for TextRenderError
impl UnsafeUnpin for TextRenderError
impl !UnwindSafe for TextRenderError
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more