pub struct SubscriptRangeDesignator<'tree> {
pub span: Span,
pub end: Expression<'tree>,
pub start: Expression<'tree>,
}Fields§
§span: Span§end: Expression<'tree>§start: Expression<'tree>Trait Implementations§
Source§impl<'tree> Clone for SubscriptRangeDesignator<'tree>
impl<'tree> Clone for SubscriptRangeDesignator<'tree>
Source§fn clone(&self) -> SubscriptRangeDesignator<'tree>
fn clone(&self) -> SubscriptRangeDesignator<'tree>
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<'tree> Debug for SubscriptRangeDesignator<'tree>
impl<'tree> Debug for SubscriptRangeDesignator<'tree>
Source§impl<'tree> FromNode<'tree> for SubscriptRangeDesignator<'tree>
impl<'tree> FromNode<'tree> for SubscriptRangeDesignator<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for SubscriptRangeDesignator<'tree>
impl<'tree> RefUnwindSafe for SubscriptRangeDesignator<'tree>
impl<'tree> Send for SubscriptRangeDesignator<'tree>
impl<'tree> Sync for SubscriptRangeDesignator<'tree>
impl<'tree> Unpin for SubscriptRangeDesignator<'tree>
impl<'tree> UnsafeUnpin for SubscriptRangeDesignator<'tree>
impl<'tree> UnwindSafe for SubscriptRangeDesignator<'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