pub enum RangeEnd<'tree> {
Arg(Box<Arg<'tree>>),
PatternPrimitive(Box<PatternPrimitive<'tree>>),
}Variants§
Trait Implementations§
impl<'tree> Eq for RangeEnd<'tree>
impl<'tree> StructuralPartialEq for RangeEnd<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for RangeEnd<'tree>
impl<'tree> RefUnwindSafe for RangeEnd<'tree>
impl<'tree> Send for RangeEnd<'tree>
impl<'tree> Sync for RangeEnd<'tree>
impl<'tree> Unpin for RangeEnd<'tree>
impl<'tree> UnsafeUnpin for RangeEnd<'tree>
impl<'tree> UnwindSafe for RangeEnd<'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