Struct rbatis_codegen::codegen::syntax_tree::string_node::StringNode    
source · pub struct StringNode {
    pub value: String,
}Expand description
the string node
for example:
“xxxxxxx” or  xxxxxxx
Fields
value: StringTrait Implementations
sourceimpl Clone for StringNode
 
impl Clone for StringNode
sourcefn clone(&self) -> StringNode
 
fn clone(&self) -> StringNode
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for StringNode
 
impl Debug for StringNode
sourceimpl PartialEq<StringNode> for StringNode
 
impl PartialEq<StringNode> for StringNode
sourcefn eq(&self, other: &StringNode) -> bool
 
fn eq(&self, other: &StringNode) -> bool
impl Eq for StringNode
impl StructuralEq for StringNode
impl StructuralPartialEq for StringNode
Auto Trait Implementations
impl RefUnwindSafe for StringNode
impl Send for StringNode
impl Sync for StringNode
impl Unpin for StringNode
impl UnwindSafe for StringNode
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more