Struct rbatis_codegen::codegen::syntax_tree_pysql::choose_node::ChooseNode
source · pub struct ChooseNode {
pub when_nodes: Vec<NodeType>,
pub otherwise_node: Option<Box<NodeType>>,
}Fields§
§when_nodes: Vec<NodeType>§otherwise_node: Option<Box<NodeType>>Trait Implementations§
source§impl Clone for ChooseNode
impl Clone for ChooseNode
source§fn clone(&self) -> ChooseNode
fn clone(&self) -> ChooseNode
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 ChooseNode
impl Debug for ChooseNode
source§impl PartialEq<ChooseNode> for ChooseNode
impl PartialEq<ChooseNode> for ChooseNode
source§fn eq(&self, other: &ChooseNode) -> bool
fn eq(&self, other: &ChooseNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.