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