pub struct GPKGPolygonZ { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl Freeze for GPKGPolygonZ
impl RefUnwindSafe for GPKGPolygonZ
impl Send for GPKGPolygonZ
impl Sync for GPKGPolygonZ
impl Unpin for GPKGPolygonZ
impl UnsafeUnpin for GPKGPolygonZ
impl UnwindSafe for GPKGPolygonZ
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