pub struct ParametrizerError { /* private fields */ }
Expand description
An error which describes why parametrization failed. Contains the param string which failed as well as the reason for failure.
Trait Implementations§
Source§impl Debug for ParametrizerError
impl Debug for ParametrizerError
Auto Trait Implementations§
impl Freeze for ParametrizerError
impl RefUnwindSafe for ParametrizerError
impl Send for ParametrizerError
impl Sync for ParametrizerError
impl Unpin for ParametrizerError
impl UnwindSafe for ParametrizerError
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