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