Struct postgis::ewkb::LineStringT [−][src]
$geotypetrait
Fields
points: Vec<P>srid: Option<i32>Implementations
impl<P: Point + EwkbRead> LineStringT<P>[src]
pub fn new() -> LineStringT<P>[src]
Trait Implementations
impl<'a, P> AsEwkbLineString<'a> for LineStringT<P> where
P: 'a + Point + EwkbRead, [src]
P: 'a + Point + EwkbRead,
type PointType = P
type Iter = Iter<'a, P>
fn as_ewkb(&'a self) -> EwkbLineString<'a, Self::PointType, Self::Iter>[src]
impl<P: Clone + Point + EwkbRead> Clone for LineStringT<P>[src]
fn clone(&self) -> LineStringT<P>[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl<P: Debug + Point + EwkbRead> Debug for LineStringT<P>[src]
impl<P> EwkbRead for LineStringT<P> where
P: Point + EwkbRead, [src]
P: Point + EwkbRead,
fn point_type() -> PointType[src]
fn read_ewkb_body<R: Read>(
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>[src]
raw: &mut R,
is_be: bool,
srid: Option<i32>
) -> Result<Self, Error>
fn read_ewkb<R: Read>(raw: &mut R) -> Result<Self, Error>[src]
impl<P> FromIterator<LineStringT<P>> for PolygonT<P> where
P: Point + EwkbRead, [src]
P: Point + EwkbRead,
fn from_iter<I: IntoIterator<Item = LineStringT<P>>>(iterable: I) -> PolygonT<P>[src]
impl<P> FromIterator<LineStringT<P>> for MultiLineStringT<P> where
P: Point + EwkbRead, [src]
P: Point + EwkbRead,
fn from_iter<I: IntoIterator<Item = LineStringT<P>>>(
iterable: I
) -> MultiLineStringT<P>[src]
iterable: I
) -> MultiLineStringT<P>
impl<P> FromIterator<P> for LineStringT<P> where
P: Point + EwkbRead, [src]
P: Point + EwkbRead,
fn from_iter<I: IntoIterator<Item = P>>(iterable: I) -> LineStringT<P>[src]
impl<'a, T> FromSql<'a> for LineStringT<T> where
T: 'a + Point + EwkbRead, [src]
T: 'a + Point + EwkbRead,
fn from_sql(ty: &Type, raw: &[u8]) -> Result<Self, Box<dyn Error + Sync + Send>>[src]
fn accepts(ty: &Type) -> bool[src]
pub fn from_sql_null(
ty: &Type
) -> Result<Self, Box<dyn Error + 'static + Send + Sync, Global>>[src]
ty: &Type
) -> Result<Self, Box<dyn Error + 'static + Send + Sync, Global>>
pub fn from_sql_nullable(
ty: &Type,
raw: Option<&'a [u8]>
) -> Result<Self, Box<dyn Error + 'static + Send + Sync, Global>>[src]
ty: &Type,
raw: Option<&'a [u8]>
) -> Result<Self, Box<dyn Error + 'static + Send + Sync, Global>>
impl<'a, P> LineString<'a> for LineStringT<P> where
P: 'a + Point + EwkbRead, [src]
P: 'a + Point + EwkbRead,
impl<P: PartialEq + Point + EwkbRead> PartialEq<LineStringT<P>> for LineStringT<P>[src]
fn eq(&self, other: &LineStringT<P>) -> bool[src]
fn ne(&self, other: &LineStringT<P>) -> bool[src]
impl<P: Point + EwkbRead> StructuralPartialEq for LineStringT<P>[src]
impl<'a, T> ToSql for LineStringT<T> where
T: 'a + Point + EwkbRead, [src]
T: 'a + Point + EwkbRead,
Auto Trait Implementations
impl<P> RefUnwindSafe for LineStringT<P> where
P: RefUnwindSafe, [src]
P: RefUnwindSafe,
impl<P> Send for LineStringT<P>[src]
impl<P> Sync for LineStringT<P>[src]
impl<P> Unpin for LineStringT<P> where
P: Unpin, [src]
P: Unpin,
impl<P> UnwindSafe for LineStringT<P> where
P: UnwindSafe, [src]
P: UnwindSafe,
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> BorrowToSql for T where
T: ToSql, [src]
T: ToSql,
pub fn borrow_to_sql(&self) -> &dyn ToSql[src]
impl<T> From<T> for T[src]
impl<T> FromSqlOwned for T where
T: for<'a> FromSql<'a>, [src]
T: for<'a> FromSql<'a>,
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> Same<T> for T
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,