pub enum FunctionArrow {
Arrow(Span),
X(Span),
}Variants§
Trait Implementations§
Source§impl Clone for FunctionArrow
impl Clone for FunctionArrow
Source§fn clone(&self) -> FunctionArrow
fn clone(&self) -> FunctionArrow
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 FunctionArrow
impl Debug for FunctionArrow
impl Eq for FunctionArrow
Source§impl<'tree> FromNode<'tree> for FunctionArrow
impl<'tree> FromNode<'tree> for FunctionArrow
Source§impl PartialEq for FunctionArrow
impl PartialEq for FunctionArrow
Source§impl Spanned for FunctionArrow
impl Spanned for FunctionArrow
impl StructuralPartialEq for FunctionArrow
Auto Trait Implementations§
impl Freeze for FunctionArrow
impl RefUnwindSafe for FunctionArrow
impl Send for FunctionArrow
impl Sync for FunctionArrow
impl Unpin for FunctionArrow
impl UnsafeUnpin for FunctionArrow
impl UnwindSafe for FunctionArrow
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