Struct turtle_syntax::PredicateObjects
source · pub struct PredicateObjects<M> {
pub verb: Meta<Verb<M>, M>,
pub objects: Meta<Objects<M>, M>,
}
Fields§
§verb: Meta<Verb<M>, M>
§objects: Meta<Objects<M>, M>
Trait Implementations§
source§impl<M: Clone> Clone for PredicateObjects<M>
impl<M: Clone> Clone for PredicateObjects<M>
source§fn clone(&self) -> PredicateObjects<M>
fn clone(&self) -> PredicateObjects<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