Struct zc_geo::multi_line_string::MultiLineString [] [src]

pub struct MultiLineString<T>(pub Vec<LineString<T>>)
where
    T: Float
;

Trait Implementations

impl<T: PartialEq> PartialEq for MultiLineString<T> where
    T: Float
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl<T: Clone> Clone for MultiLineString<T> where
    T: Float
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<T: Debug> Debug for MultiLineString<T> where
    T: Float
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

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

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