[][src]Struct spatial_join::Par

pub struct Par<T>(pub T);

Trait Implementations

impl<'_> TryFrom<&'_ [Geometry<f64>]> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [Line<f64>]> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [LineString<f64>]> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [Point<f64>]> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [Polygon<f64>]> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [Rect<f64>]> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ [Triangle<f64>]> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ GeometryCollection<f64>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Geometry<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Line<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<LineString<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Point<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Polygon<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Rect<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl<'_> TryFrom<&'_ Vec<Triangle<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<SplitGeoSeq> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Geometry<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Line<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<LineString<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Point<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Polygon<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Rect<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

impl TryFrom<Vec<Triangle<f64>>> for Par<SplitGeoSeq>[src]

type Error = Error

The type returned in the event of a conversion error.

Auto Trait Implementations

impl<T> RefUnwindSafe for Par<T> where
    T: RefUnwindSafe

impl<T> Send for Par<T> where
    T: Send

impl<T> Sync for Par<T> where
    T: Sync

impl<T> Unpin for Par<T> where
    T: Unpin

impl<T> UnwindSafe for Par<T> where
    T: UnwindSafe

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> Same<T> for T

type Output = T

Should always be Self

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.