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