[][src]Struct mapbox_vector_tile::DrawingCommands

pub struct DrawingCommands(pub Vec<DrawingCommand>);

Trait Implementations

impl PartialEq<DrawingCommands> for DrawingCommands[src]

impl<'a> From<&'a [u32]> for DrawingCommands[src]

impl From<Vec<u32>> for DrawingCommands[src]

impl<'a> From<&'a Point<i32>> for DrawingCommands[src]

impl<'a> From<&'a MultiPoint<i32>> for DrawingCommands[src]

impl<'a> From<&'a LineString<i32>> for DrawingCommands[src]

impl<'a> From<&'a MultiLineString<i32>> for DrawingCommands[src]

impl<'a> From<&'a Polygon<i32>> for DrawingCommands[src]

impl<'a> From<&'a MultiPolygon<i32>> for DrawingCommands[src]

impl<'a> From<&'a Geometry<i32>> for DrawingCommands[src]

impl From<DrawingCommands> for Vec<u32>[src]

impl Clone for DrawingCommands[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Eq for DrawingCommands[src]

impl Debug for DrawingCommands[src]

Auto Trait Implementations

Blanket Implementations

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

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

The type returned in the event of a conversion error.

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