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