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