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