pub enum LinearFunctionArrow {
Arrow(Span),
MinusGtDot(Span),
X(Span),
}Variants§
Trait Implementations§
Source§impl Clone for LinearFunctionArrow
impl Clone for LinearFunctionArrow
Source§fn clone(&self) -> LinearFunctionArrow
fn clone(&self) -> LinearFunctionArrow
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 LinearFunctionArrow
impl Debug for LinearFunctionArrow
Source§impl<'tree> FromNode<'tree> for LinearFunctionArrow
impl<'tree> FromNode<'tree> for LinearFunctionArrow
Source§impl PartialEq for LinearFunctionArrow
impl PartialEq for LinearFunctionArrow
Source§impl Spanned for LinearFunctionArrow
impl Spanned for LinearFunctionArrow
impl Eq for LinearFunctionArrow
impl StructuralPartialEq for LinearFunctionArrow
Auto Trait Implementations§
impl Freeze for LinearFunctionArrow
impl RefUnwindSafe for LinearFunctionArrow
impl Send for LinearFunctionArrow
impl Sync for LinearFunctionArrow
impl Unpin for LinearFunctionArrow
impl UnsafeUnpin for LinearFunctionArrow
impl UnwindSafe for LinearFunctionArrow
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