pub struct OtherwiseNode {
pub childs: Vec<NodeType>,
}Fields§
§childs: Vec<NodeType>Trait Implementations§
source§impl Clone for OtherwiseNode
impl Clone for OtherwiseNode
source§fn clone(&self) -> OtherwiseNode
fn clone(&self) -> OtherwiseNode
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for OtherwiseNode
impl Debug for OtherwiseNode
source§impl DefaultName for OtherwiseNode
impl DefaultName for OtherwiseNode
fn default_name() -> &'static str
source§impl PartialEq<OtherwiseNode> for OtherwiseNode
impl PartialEq<OtherwiseNode> for OtherwiseNode
source§fn eq(&self, other: &OtherwiseNode) -> bool
fn eq(&self, other: &OtherwiseNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.