pub struct VacuumError {
pub vacuum_tolerance: f64,
pub density: f64,
}Expand description
An error for the vacuum tolerance being heigher than the highest density value
Fields§
§vacuum_tolerance: f64§density: f64Trait Implementations§
Source§impl Debug for VacuumError
impl Debug for VacuumError
Auto Trait Implementations§
impl Freeze for VacuumError
impl RefUnwindSafe for VacuumError
impl Send for VacuumError
impl Sync for VacuumError
impl Unpin for VacuumError
impl UnsafeUnpin for VacuumError
impl UnwindSafe for VacuumError
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