Struct plot_interface::dependency::image::error::ParameterError
[−]pub struct ParameterError { /* private fields */ }
Expand description
An error was encountered in inputs arguments.
This is used as an opaque representation for the ImageError::Parameter
variant. See its
documentation for more information.
Implementations
impl ParameterError
impl ParameterError
pub fn from_kind(kind: ParameterErrorKind) -> ParameterError
pub fn from_kind(kind: ParameterErrorKind) -> ParameterError
Construct a ParameterError
directly from a corresponding kind.
pub fn kind(&self) -> ParameterErrorKind
pub fn kind(&self) -> ParameterErrorKind
Returns the corresponding ParameterErrorKind
of the error.
Trait Implementations
impl Debug for ParameterError
impl Debug for ParameterError
impl Display for ParameterError
impl Display for ParameterError
impl Error for ParameterError
impl Error for ParameterError
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
sourcefn backtrace(&self) -> Option<&Backtrace>
fn backtrace(&self) -> Option<&Backtrace>
🔬 This is a nightly-only experimental API. (
backtrace
)Returns a stack backtrace, if available, of where this error occurred. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎 Deprecated since 1.42.0:
use the Display impl or to_string()
Auto Trait Implementations
impl !RefUnwindSafe for ParameterError
impl Send for ParameterError
impl Sync for ParameterError
impl Unpin for ParameterError
impl !UnwindSafe for ParameterError
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
impl<Target, Original> Into2<Target> for Original where
Target: From2<Original>,
impl<Target, Original> Into2<Target> for Original where
Target: From2<Original>,
fn into2(self) -> Target
fn into2(self) -> Target
Performs the conversion.
impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
type Err = Infallible
fn into_result(self) -> Result<T, <T as IntoResult<T>>::Err>
impl<T> Pointable for T
impl<T> Pointable for T
sourceimpl<Target, Original> VectorizedInto<Target> for Original where
Target: VectorizedFrom<Original>,
impl<Target, Original> VectorizedInto<Target> for Original where
Target: VectorizedFrom<Original>,
sourcefn vectorized_into(self) -> Target
fn vectorized_into(self) -> Target
Performs the conversion.