pub struct PioGeoApplyReport(/* private fields */);Expand description
Counts and notes from applying one geographic layer.
Auto Trait Implementations§
impl Freeze for PioGeoApplyReport
impl RefUnwindSafe for PioGeoApplyReport
impl Send for PioGeoApplyReport
impl Sync for PioGeoApplyReport
impl Unpin for PioGeoApplyReport
impl UnsafeUnpin for PioGeoApplyReport
impl UnwindSafe for PioGeoApplyReport
Blanket Implementations§
impl<T> Allocation for T
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