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 moresourceimpl Debug for OtherwiseNode
impl Debug for OtherwiseNode
sourceimpl DefaultName for OtherwiseNode
impl DefaultName for OtherwiseNode
fn default_name() -> &'static str
sourceimpl PartialEq<OtherwiseNode> for OtherwiseNode
impl PartialEq<OtherwiseNode> for OtherwiseNode
sourcefn eq(&self, other: &OtherwiseNode) -> bool
fn eq(&self, other: &OtherwiseNode) -> bool
impl Eq for OtherwiseNode
impl StructuralEq for OtherwiseNode
impl StructuralPartialEq for OtherwiseNode
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 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