Struct geo_aid::script::token::PointCollection
source · Expand description
A point collection composed of point characters and the number of ' characters following them.
Fields§
§collection: Vec<(char, u8)>§span: SpanImplementations§
Trait Implementations§
source§impl Clone for PointCollection
impl Clone for PointCollection
source§fn clone(&self) -> PointCollection
fn clone(&self) -> PointCollection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for PointCollection
impl Debug for PointCollection
source§impl PartialEq<PointCollection> for PointCollection
impl PartialEq<PointCollection> for PointCollection
source§fn eq(&self, other: &PointCollection) -> bool
fn eq(&self, other: &PointCollection) -> bool
This method tests for
self and other values to be equal, and is used
by ==.