Struct rbatis_codegen::codegen::syntax_tree::otherwise_node::OtherwiseNode
source · [−]Fields
childs: Vec<NodeType>
Trait Implementations
sourceimpl Clone for OtherwiseNode
impl Clone for OtherwiseNode
sourcefn clone(&self) -> OtherwiseNode
fn clone(&self) -> OtherwiseNode
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 more
sourceimpl Debug for OtherwiseNode
impl Debug for OtherwiseNode
sourceimpl DefaultName for OtherwiseNode
impl DefaultName for OtherwiseNode
fn default_name() -> &'static str
Auto Trait Implementations
impl RefUnwindSafe for OtherwiseNode
impl Send for OtherwiseNode
impl Sync for OtherwiseNode
impl Unpin for OtherwiseNode
impl UnwindSafe for OtherwiseNode
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