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