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