pub struct NoCalibrationDataError;Expand description
No calibration data is available.
Trait Implementations§
Source§impl Clone for NoCalibrationDataError
impl Clone for NoCalibrationDataError
Source§fn clone(&self) -> NoCalibrationDataError
fn clone(&self) -> NoCalibrationDataError
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoCalibrationDataError
impl Debug for NoCalibrationDataError
Source§impl Default for NoCalibrationDataError
impl Default for NoCalibrationDataError
Source§fn default() -> NoCalibrationDataError
fn default() -> NoCalibrationDataError
Returns the “default value” for a type. Read more
Source§impl Format for NoCalibrationDataError
impl Format for NoCalibrationDataError
Source§impl Hash for NoCalibrationDataError
impl Hash for NoCalibrationDataError
Source§impl Ord for NoCalibrationDataError
impl Ord for NoCalibrationDataError
Source§impl PartialEq for NoCalibrationDataError
impl PartialEq for NoCalibrationDataError
Source§impl PartialOrd for NoCalibrationDataError
impl PartialOrd for NoCalibrationDataError
Source§fn partial_cmp(&self, other: &NoCalibrationDataError) -> Option<Ordering>
fn partial_cmp(&self, other: &NoCalibrationDataError) -> Option<Ordering>
impl Copy for NoCalibrationDataError
impl Eq for NoCalibrationDataError
impl StructuralPartialEq for NoCalibrationDataError
Auto Trait Implementations§
impl Freeze for NoCalibrationDataError
impl RefUnwindSafe for NoCalibrationDataError
impl Send for NoCalibrationDataError
impl Sync for NoCalibrationDataError
impl Unpin for NoCalibrationDataError
impl UnwindSafe for NoCalibrationDataError
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)