Struct rbatis_codegen::codegen::syntax_tree_pysql::foreach_node::ForEachNode
source · pub struct ForEachNode {
pub childs: Vec<NodeType>,
pub collection: String,
pub index: String,
pub item: String,
}Fields§
§childs: Vec<NodeType>§collection: String§index: String§item: StringTrait Implementations§
source§impl Clone for ForEachNode
impl Clone for ForEachNode
source§fn clone(&self) -> ForEachNode
fn clone(&self) -> ForEachNode
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 ForEachNode
impl Debug for ForEachNode
source§impl PartialEq<ForEachNode> for ForEachNode
impl PartialEq<ForEachNode> for ForEachNode
source§fn eq(&self, other: &ForEachNode) -> bool
fn eq(&self, other: &ForEachNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.