Struct turtle_syntax::Collection 
source · pub struct Collection<M>(pub Vec<Meta<Object<M>, M>>);Expand description
Collection of objects.
Tuple Fields§
§0: Vec<Meta<Object<M>, M>>Trait Implementations§
source§impl<M: Clone> Clone for Collection<M>
 
impl<M: Clone> Clone for Collection<M>
source§fn clone(&self) -> Collection<M>
 
fn clone(&self) -> Collection<M>
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 more