Struct rbatis_codegen::codegen::syntax_tree_pysql::string_node::StringNode
source · pub struct StringNode {
pub value: String,
}Expand description
the string node
for example:
“xxxxxxx” or xxxxxxx
Fields§
§value: StringTrait Implementations§
source§impl Clone for StringNode
impl Clone for StringNode
source§fn clone(&self) -> StringNode
fn clone(&self) -> StringNode
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 StringNode
impl Debug for StringNode
source§impl PartialEq<StringNode> for StringNode
impl PartialEq<StringNode> for StringNode
source§fn eq(&self, other: &StringNode) -> bool
fn eq(&self, other: &StringNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.