pub enum Exactness {
Exact,
Approximate,
}Expand description
Declares whether an item is exact B-rep evidence or an approximation.
Variants§
Exact
The producer asserts that this is exact geometry evidence.
Approximate
The producer asserts that this evidence is an approximation.
Trait Implementations§
impl Copy for Exactness
impl Eq for Exactness
impl StructuralPartialEq for Exactness
Auto Trait Implementations§
impl Freeze for Exactness
impl RefUnwindSafe for Exactness
impl Send for Exactness
impl Sync for Exactness
impl Unpin for Exactness
impl UnwindSafe for Exactness
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