Enum rbatis_codegen::codegen::syntax_tree::NodeType
source · [−]pub enum NodeType {
NString(StringNode),
NIf(IfNode),
NTrim(TrimNode),
NForEach(ForEachNode),
NChoose(ChooseNode),
NOtherwise(OtherwiseNode),
NWhen(WhenNode),
NBind(BindNode),
NSet(SetNode),
NWhere(WhereNode),
NContinue(ContinueNode),
}
Variants
NString(StringNode)
NIf(IfNode)
NTrim(TrimNode)
NForEach(ForEachNode)
NChoose(ChooseNode)
NOtherwise(OtherwiseNode)
NWhen(WhenNode)
NBind(BindNode)
NSet(SetNode)
NWhere(WhereNode)
NContinue(ContinueNode)
Trait Implementations
sourceimpl ParsePySql for NodeType
impl ParsePySql for NodeType
Auto Trait Implementations
impl RefUnwindSafe for NodeType
impl Send for NodeType
impl Sync for NodeType
impl Unpin for NodeType
impl UnwindSafe for NodeType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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