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