pub struct PerfPlotterError {
pub msg: String,
}
Fields§
§msg: String
Implementations§
Trait Implementations§
Source§impl Clone for PerfPlotterError
impl Clone for PerfPlotterError
Source§fn clone(&self) -> PerfPlotterError
fn clone(&self) -> PerfPlotterError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PerfPlotterError
impl Debug for PerfPlotterError
Source§impl Display for PerfPlotterError
impl Display for PerfPlotterError
Source§impl Error for PerfPlotterError
impl Error for PerfPlotterError
1.30.0 · 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<&str> for PerfPlotterError
impl From<&str> for PerfPlotterError
Source§impl PartialEq for PerfPlotterError
impl PartialEq for PerfPlotterError
impl Eq for PerfPlotterError
impl StructuralPartialEq for PerfPlotterError
Auto Trait Implementations§
impl Freeze for PerfPlotterError
impl RefUnwindSafe for PerfPlotterError
impl Send for PerfPlotterError
impl Sync for PerfPlotterError
impl Unpin for PerfPlotterError
impl UnwindSafe for PerfPlotterError
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