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