pub struct ProblemReport(pub Vec<ProblemAtPosition>);
Expand description
All the problems encountered when checking the validity of a geometry.
Tuple Fields§
§0: Vec<ProblemAtPosition>
Trait Implementations§
Source§impl Debug for ProblemReport
impl Debug for ProblemReport
Source§impl Display for ProblemReport
impl Display for ProblemReport
Source§impl PartialEq for ProblemReport
impl PartialEq for ProblemReport
impl StructuralPartialEq for ProblemReport
Auto Trait Implementations§
impl Freeze for ProblemReport
impl RefUnwindSafe for ProblemReport
impl Send for ProblemReport
impl Sync for ProblemReport
impl Unpin for ProblemReport
impl UnwindSafe for ProblemReport
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