Struct espr::ast::RepeatIncrement [−][src]
pub struct RepeatIncrement {
pub variable: String,
pub begin: Expression,
pub end: Expression,
pub increment: Option<Expression>,
}
Fields
variable: String
begin: Expression
end: Expression
increment: Option<Expression>
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for RepeatIncrement
impl Send for RepeatIncrement
impl Sync for RepeatIncrement
impl Unpin for RepeatIncrement
impl UnwindSafe for RepeatIncrement
Blanket Implementations
Mutably borrows from an owned value. Read more