pub struct ExceptionVariable<'tree> {
pub span: Span,
pub children: Lhs<'tree>,
}Fields§
§span: Span§children: Lhs<'tree>Trait Implementations§
Source§impl<'tree> Clone for ExceptionVariable<'tree>
impl<'tree> Clone for ExceptionVariable<'tree>
Source§fn clone(&self) -> ExceptionVariable<'tree>
fn clone(&self) -> ExceptionVariable<'tree>
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<'tree> Debug for ExceptionVariable<'tree>
impl<'tree> Debug for ExceptionVariable<'tree>
Source§impl<'tree> FromNode<'tree> for ExceptionVariable<'tree>
impl<'tree> FromNode<'tree> for ExceptionVariable<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for ExceptionVariable<'tree>
impl<'tree> RefUnwindSafe for ExceptionVariable<'tree>
impl<'tree> Send for ExceptionVariable<'tree>
impl<'tree> Sync for ExceptionVariable<'tree>
impl<'tree> Unpin for ExceptionVariable<'tree>
impl<'tree> UnsafeUnpin for ExceptionVariable<'tree>
impl<'tree> UnwindSafe for ExceptionVariable<'tree>
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