pub struct ValidatedPointCloud { /* private fields */ }Expand description
Parsed coordinates and canonical JSON from one point-cloud validation pass.
Implementations§
Source§impl ValidatedPointCloud
impl ValidatedPointCloud
Sourcepub fn into_parts(self) -> (Vec<Coordinate>, Value)
pub fn into_parts(self) -> (Vec<Coordinate>, Value)
Consume the validated cloud without reparsing its canonical JSON.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ValidatedPointCloud
impl RefUnwindSafe for ValidatedPointCloud
impl Send for ValidatedPointCloud
impl Sync for ValidatedPointCloud
impl Unpin for ValidatedPointCloud
impl UnsafeUnpin for ValidatedPointCloud
impl UnwindSafe for ValidatedPointCloud
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