Struct png::decoder::stream::FormatError
source · pub struct FormatError {
inner: FormatErrorInner,
}
Fields§
§inner: FormatErrorInner
Trait Implementations§
source§impl Debug for FormatError
impl Debug for FormatError
source§impl Display for FormatError
impl Display for FormatError
source§impl From<FormatError> for DecodingError
impl From<FormatError> for DecodingError
source§fn from(err: FormatError) -> DecodingError
fn from(err: FormatError) -> DecodingError
Converts to this type from the input type.
source§impl From<FormatErrorInner> for FormatError
impl From<FormatErrorInner> for FormatError
source§fn from(inner: FormatErrorInner) -> Self
fn from(inner: FormatErrorInner) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for FormatError
impl RefUnwindSafe for FormatError
impl Send for FormatError
impl Sync for FormatError
impl Unpin for FormatError
impl UnwindSafe for FormatError
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