[−][src]Struct postgis::twkb::MultiLineString
Fields
lines: Vec<LineString>
ids: Option<Vec<u64>>
Trait Implementations
impl<'a> MultiLineString<'a> for MultiLineString[src]
impl<'a> MultiLineString<'a> for MultiLineStringtype ItemType = LineString
type Iter = Iter<'a, Self::ItemType>
fn lines(&'a self) -> Self::Iter[src]
fn lines(&'a self) -> Self::Iterimpl TwkbGeom for MultiLineString[src]
impl TwkbGeom for MultiLineStringfn read_twkb_body<R: Read>(
raw: &mut R,
twkb_info: &TwkbInfo
) -> Result<Self, Error>[src]
fn read_twkb_body<R: Read>(
raw: &mut R,
twkb_info: &TwkbInfo
) -> Result<Self, Error>fn read_twkb<R: Read>(raw: &mut R) -> Result<Self, Error>[src]
fn read_twkb<R: Read>(raw: &mut R) -> Result<Self, Error>fn read_idlist<R: Read>(raw: &mut R, size: usize) -> Result<Vec<u64>, Error>[src]
fn read_idlist<R: Read>(raw: &mut R, size: usize) -> Result<Vec<u64>, Error>impl<'a> AsEwkbMultiLineString<'a> for MultiLineString[src]
impl<'a> AsEwkbMultiLineString<'a> for MultiLineStringtype PointType = Point
type PointIter = Iter<'a, Point>
type ItemType = LineString
type Iter = Iter<'a, Self::ItemType>
fn as_ewkb(
&'a self
) -> EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>[src]
fn as_ewkb(
&'a self
) -> EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>impl Clone for MultiLineString[src]
impl Clone for MultiLineStringfn clone(&self) -> MultiLineString[src]
fn clone(&self) -> MultiLineStringfn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl PartialEq<MultiLineString> for MultiLineString[src]
impl PartialEq<MultiLineString> for MultiLineStringfn eq(&self, other: &MultiLineString) -> bool[src]
fn eq(&self, other: &MultiLineString) -> boolfn ne(&self, other: &MultiLineString) -> bool[src]
fn ne(&self, other: &MultiLineString) -> boolimpl Debug for MultiLineString[src]
impl Debug for MultiLineStringimpl FromSql for MultiLineString[src]
impl FromSql for MultiLineStringfn from_sql(ty: &Type, raw: &[u8]) -> Result<Self, Box<dyn Error + Sync + Send>>[src]
fn from_sql(ty: &Type, raw: &[u8]) -> Result<Self, Box<dyn Error + Sync + Send>>fn accepts(ty: &Type) -> bool
fn accepts(ty: &Type) -> boolfn from_sql_null(
ty: &Type
) -> Result<Self, Box<dyn Error + 'static + Sync + Send>>
fn from_sql_null(
ty: &Type
) -> Result<Self, Box<dyn Error + 'static + Sync + Send>>Creates a new value of this type from a NULL SQL value. Read more
fn from_sql_nullable(
ty: &Type,
raw: Option<&[u8]>
) -> Result<Self, Box<dyn Error + 'static + Sync + Send>>
fn from_sql_nullable(
ty: &Type,
raw: Option<&[u8]>
) -> Result<Self, Box<dyn Error + 'static + Sync + Send>>A convenience function that delegates to from_sql and from_sql_null depending on the value of raw. Read more
Auto Trait Implementations
impl Send for MultiLineString
impl Send for MultiLineStringimpl Sync for MultiLineString
impl Sync for MultiLineStringBlanket Implementations
impl<T> From for T[src]
impl<T> From for Timpl<T> ToOwned for T where
T: Clone, [src]
impl<T> ToOwned for T where
T: Clone, impl<T, U> Into for T where
U: From<T>, [src]
impl<T, U> Into for T where
U: From<T>, impl<T, U> TryFrom for T where
T: From<U>, [src]
impl<T, U> TryFrom for T where
T: From<U>, type Error = !
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>impl<T> Borrow for T where
T: ?Sized, [src]
impl<T> Borrow for T where
T: ?Sized, impl<T> Any for T where
T: 'static + ?Sized, [src]
impl<T> Any for T where
T: 'static + ?Sized, fn get_type_id(&self) -> TypeId[src]
fn get_type_id(&self) -> TypeIdimpl<T> BorrowMut for T where
T: ?Sized, [src]
impl<T> BorrowMut for T where
T: ?Sized, fn borrow_mut(&mut self) -> &mut T[src]
fn borrow_mut(&mut self) -> &mut Timpl<T, U> TryInto for T where
U: TryFrom<T>, [src]
impl<T, U> TryInto for T where
U: TryFrom<T>, type Error = <U as TryFrom<T>>::Error
🔬 This is a nightly-only experimental API. (
try_from)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>impl<T> Same for T
impl<T> Same for Ttype Output = T
Should always be Self