Struct rbatis_codegen::codegen::syntax_tree::foreach_node::ForEachNode
source · pub struct ForEachNode {
pub childs: Vec<NodeType>,
pub collection: String,
pub index: String,
pub item: String,
}Fields
childs: Vec<NodeType>collection: Stringindex: Stringitem: StringTrait Implementations
sourceimpl Clone for ForEachNode
impl Clone for ForEachNode
sourcefn clone(&self) -> ForEachNode
fn clone(&self) -> ForEachNode
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 ForEachNode
impl Debug for ForEachNode
sourceimpl PartialEq<ForEachNode> for ForEachNode
impl PartialEq<ForEachNode> for ForEachNode
sourcefn eq(&self, other: &ForEachNode) -> bool
fn eq(&self, other: &ForEachNode) -> bool
impl Eq for ForEachNode
impl StructuralEq for ForEachNode
impl StructuralPartialEq for ForEachNode
Auto Trait Implementations
impl RefUnwindSafe for ForEachNode
impl Send for ForEachNode
impl Sync for ForEachNode
impl Unpin for ForEachNode
impl UnwindSafe for ForEachNode
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