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