Struct rbatis_codegen::codegen::syntax_tree::sql_node::SqlNode
source · Expand description
the SqlNode
Fields
childs: Vec<NodeType>Trait Implementations
impl Eq for SqlNode
impl StructuralEq for SqlNode
impl StructuralPartialEq for SqlNode
Auto Trait Implementations
impl RefUnwindSafe for SqlNode
impl Send for SqlNode
impl Sync for SqlNode
impl Unpin for SqlNode
impl UnwindSafe for SqlNode
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