pub struct DynamicBuilderError { /* private fields */ }Expand description
Error for when the PMU config files are invalid.
Trait Implementations§
Source§impl Debug for DynamicBuilderError
impl Debug for DynamicBuilderError
Source§impl Display for DynamicBuilderError
impl Display for DynamicBuilderError
Source§impl Error for DynamicBuilderError
impl Error for DynamicBuilderError
Source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
Returns 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<DynamicBuilderError> for Error
impl From<DynamicBuilderError> for Error
Source§fn from(value: DynamicBuilderError) -> Self
fn from(value: DynamicBuilderError) -> Self
Converts to this type from the input type.
Source§impl From<MissingParameterError> for DynamicBuilderError
impl From<MissingParameterError> for DynamicBuilderError
Source§fn from(value: MissingParameterError) -> Self
fn from(value: MissingParameterError) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DynamicBuilderError
impl RefUnwindSafe for DynamicBuilderError
impl Send for DynamicBuilderError
impl Sync for DynamicBuilderError
impl Unpin for DynamicBuilderError
impl UnwindSafe for DynamicBuilderError
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