pub struct WaitStatementFork {
    pub nodes: (Keyword, Keyword, Symbol),
}Fields§
§nodes: (Keyword, Keyword, Symbol)Trait Implementations§
Source§impl Clone for WaitStatementFork
 
impl Clone for WaitStatementFork
Source§fn clone(&self) -> WaitStatementFork
 
fn clone(&self) -> WaitStatementFork
Returns a duplicate 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 WaitStatementFork
 
impl Debug for WaitStatementFork
Source§impl<'a> From<&'a WaitStatementFork> for RefNode<'a>
 
impl<'a> From<&'a WaitStatementFork> for RefNode<'a>
Source§fn from(x: &'a WaitStatementFork) -> RefNode<'a>
 
fn from(x: &'a WaitStatementFork) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a WaitStatementFork> for RefNodes<'a>
 
impl<'a> From<&'a WaitStatementFork> for RefNodes<'a>
Source§fn from(x: &'a WaitStatementFork) -> RefNodes<'a>
 
fn from(x: &'a WaitStatementFork) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<WaitStatementFork> for AnyNode
 
impl From<WaitStatementFork> for AnyNode
Source§fn from(x: WaitStatementFork) -> AnyNode
 
fn from(x: WaitStatementFork) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a WaitStatementFork
 
impl<'a> IntoIterator for &'a WaitStatementFork
Source§impl PartialEq for WaitStatementFork
 
impl PartialEq for WaitStatementFork
Source§impl<'a> TryFrom<&'a WaitStatementFork> for Locate
 
impl<'a> TryFrom<&'a WaitStatementFork> for Locate
Source§impl TryFrom<AnyNode> for WaitStatementFork
 
impl TryFrom<AnyNode> for WaitStatementFork
Source§impl TryFrom<WaitStatementFork> for Locate
 
impl TryFrom<WaitStatementFork> for Locate
impl StructuralPartialEq for WaitStatementFork
Auto Trait Implementations§
impl Freeze for WaitStatementFork
impl RefUnwindSafe for WaitStatementFork
impl Send for WaitStatementFork
impl Sync for WaitStatementFork
impl Unpin for WaitStatementFork
impl UnwindSafe for WaitStatementFork
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more