pub struct ContinueNode {}Trait Implementations§
source§impl Clone for ContinueNode
impl Clone for ContinueNode
source§fn clone(&self) -> ContinueNode
fn clone(&self) -> ContinueNode
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 ContinueNode
impl Debug for ContinueNode
source§impl PartialEq<ContinueNode> for ContinueNode
impl PartialEq<ContinueNode> for ContinueNode
source§fn eq(&self, other: &ContinueNode) -> bool
fn eq(&self, other: &ContinueNode) -> bool
This method tests for
self and other values to be equal, and is used
by ==.