pub enum FormatParagraphError {
IoError(Error),
FromUtf8Error(FromUtf8Error),
IntoInnerError(IntoInnerError<BufWriter<Vec<u8>>>),
}Variants§
Trait Implementations§
source§impl Debug for FormatParagraphError
impl Debug for FormatParagraphError
source§impl Display for FormatParagraphError
impl Display for FormatParagraphError
source§impl Error for FormatParagraphError
impl Error for FormatParagraphError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
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()
source§impl From<Error> for FormatParagraphError
impl From<Error> for FormatParagraphError
source§impl From<FromUtf8Error> for FormatParagraphError
impl From<FromUtf8Error> for FormatParagraphError
source§fn from(source: FromUtf8Error) -> Self
fn from(source: FromUtf8Error) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl !RefUnwindSafe for FormatParagraphError
impl Send for FormatParagraphError
impl Sync for FormatParagraphError
impl Unpin for FormatParagraphError
impl !UnwindSafe for FormatParagraphError
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more