pub struct WaitStatementOrder {
    pub nodes: (Keyword, Paren<List<Symbol, HierarchicalIdentifier>>, ActionBlock),
}Fields§
§nodes: (Keyword, Paren<List<Symbol, HierarchicalIdentifier>>, ActionBlock)Trait Implementations§
Source§impl Clone for WaitStatementOrder
 
impl Clone for WaitStatementOrder
Source§fn clone(&self) -> WaitStatementOrder
 
fn clone(&self) -> WaitStatementOrder
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 WaitStatementOrder
 
impl Debug for WaitStatementOrder
Source§impl<'a> From<&'a WaitStatementOrder> for RefNode<'a>
 
impl<'a> From<&'a WaitStatementOrder> for RefNode<'a>
Source§fn from(x: &'a WaitStatementOrder) -> RefNode<'a>
 
fn from(x: &'a WaitStatementOrder) -> RefNode<'a>
Converts to this type from the input type.
Source§impl<'a> From<&'a WaitStatementOrder> for RefNodes<'a>
 
impl<'a> From<&'a WaitStatementOrder> for RefNodes<'a>
Source§fn from(x: &'a WaitStatementOrder) -> RefNodes<'a>
 
fn from(x: &'a WaitStatementOrder) -> RefNodes<'a>
Converts to this type from the input type.
Source§impl From<WaitStatementOrder> for AnyNode
 
impl From<WaitStatementOrder> for AnyNode
Source§fn from(x: WaitStatementOrder) -> AnyNode
 
fn from(x: WaitStatementOrder) -> AnyNode
Converts to this type from the input type.
Source§impl<'a> IntoIterator for &'a WaitStatementOrder
 
impl<'a> IntoIterator for &'a WaitStatementOrder
Source§impl PartialEq for WaitStatementOrder
 
impl PartialEq for WaitStatementOrder
Source§impl<'a> TryFrom<&'a WaitStatementOrder> for Locate
 
impl<'a> TryFrom<&'a WaitStatementOrder> for Locate
Source§impl TryFrom<AnyNode> for WaitStatementOrder
 
impl TryFrom<AnyNode> for WaitStatementOrder
Source§impl TryFrom<WaitStatementOrder> for Locate
 
impl TryFrom<WaitStatementOrder> for Locate
impl StructuralPartialEq for WaitStatementOrder
Auto Trait Implementations§
impl Freeze for WaitStatementOrder
impl RefUnwindSafe for WaitStatementOrder
impl Send for WaitStatementOrder
impl Sync for WaitStatementOrder
impl Unpin for WaitStatementOrder
impl UnwindSafe for WaitStatementOrder
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