pub struct ErrorData { /* private fields */ }
Implementations§
Source§impl ErrorData
impl ErrorData
pub fn new(error_type: ErrorType) -> Self
pub fn array(self, array: Vec<f64>) -> Self
pub fn visible(self, visible: bool) -> Self
pub fn symmetric(self, symmetric: bool) -> Self
pub fn array_minus(self, array_minus: Vec<f64>) -> Self
pub fn value(self, value: f64) -> Self
pub fn value_minus(self, value_minus: f64) -> Self
pub fn trace_ref(self, trace_ref: usize) -> Self
pub fn trace_ref_minus(self, trace_ref_minus: usize) -> Self
pub fn copy_ystyle(self, copy_ystyle: bool) -> Self
pub fn color<C: Color>(self, color: C) -> Self
pub fn thickness(self, thickness: f64) -> Self
pub fn width(self, width: usize) -> Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ErrorData
impl !RefUnwindSafe for ErrorData
impl Send for ErrorData
impl Sync for ErrorData
impl Unpin for ErrorData
impl !UnwindSafe for ErrorData
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