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