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