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