pub struct ProblemAtPosition(pub Problem, pub ProblemPosition);
Expand description
A problem, at a given position, encountered when checking the validity of a geometry.
Tuple Fields§
§0: Problem
§1: ProblemPosition
Trait Implementations§
Source§impl Debug for ProblemAtPosition
impl Debug for ProblemAtPosition
Source§impl Display for ProblemAtPosition
impl Display for ProblemAtPosition
Source§impl PartialEq for ProblemAtPosition
impl PartialEq for ProblemAtPosition
impl StructuralPartialEq for ProblemAtPosition
Auto Trait Implementations§
impl Freeze for ProblemAtPosition
impl RefUnwindSafe for ProblemAtPosition
impl Send for ProblemAtPosition
impl Sync for ProblemAtPosition
impl Unpin for ProblemAtPosition
impl UnwindSafe for ProblemAtPosition
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