Struct postgis::ewkb::EwkbMultiPoint [] [src]

pub struct EwkbMultiPoint<'a, P, I> where
    P: 'a + Point,
    I: 'a + Iterator<Item = &'a P> + ExactSizeIterator<Item = &'a P>, 
{ pub geom: &'a MultiPoint<'a, ItemType = P, Iter = I>, pub srid: Option<i32>, pub point_type: PointType, }

Fields

Trait Implementations

impl<'a, T, I> Debug for EwkbMultiPoint<'a, T, I> where
    T: 'a + Point,
    I: 'a + Iterator<Item = &'a T> + ExactSizeIterator<Item = &'a T>, 
[src]

Formats the value using the given formatter.

impl<'a, T, I> EwkbWrite for EwkbMultiPoint<'a, T, I> where
    T: 'a + Point,
    I: 'a + Iterator<Item = &'a T> + ExactSizeIterator<Item = &'a T>, 
[src]

impl<'a, T, I> ToSql for EwkbMultiPoint<'a, T, I> where
    T: 'a + Point,
    I: 'a + Iterator<Item = &'a T> + ExactSizeIterator<Item = &'a T>, 
[src]

Converts the value of self into the binary format of the specified Postgres Type, appending it to out. Read more

An adaptor method used internally by Rust-Postgres. Read more

Determines if a value of this type can be converted to the specified Postgres Type. Read more