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