Struct incrust::template::ForStatement
[−]
[src]
pub struct ForStatement {
pub begin: Statement,
pub block: Template,
pub key_var: Option<String>,
pub value_var: String,
pub end: Statement,
}Fields
begin: Statement
block: Template
key_var: Option<String>
value_var: String
end: Statement
Trait Implementations
impl Clone for ForStatement[src]
fn clone(&self) -> ForStatement
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl PartialEq for ForStatement[src]
fn eq(&self, __arg_0: &ForStatement) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &ForStatement) -> bool
This method tests for !=.