Struct rslua_march1917::ast::RepeatStat
source · Fields§
§cond: Expr§block: BlockTrait Implementations§
source§impl Clone for RepeatStat
impl Clone for RepeatStat
source§fn clone(&self) -> RepeatStat
fn clone(&self) -> RepeatStat
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 RepeatStat
impl Debug for RepeatStat
source§impl PartialEq<RepeatStat> for RepeatStat
impl PartialEq<RepeatStat> for RepeatStat
source§fn eq(&self, other: &RepeatStat) -> bool
fn eq(&self, other: &RepeatStat) -> bool
This method tests for
self and other values to be equal, and is used
by ==.