pub struct SliceLocationExpression {
pub start: Box<Expression>,
pub range_start: Box<Expression>,
pub range_end: Box<Expression>,
pub mode: RangeMode,
pub ty: Type,
}
Fields§
§start: Box<Expression>
§range_start: Box<Expression>
§range_end: Box<Expression>
§mode: RangeMode
§ty: Type
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SliceLocationExpression
impl !RefUnwindSafe for SliceLocationExpression
impl !Send for SliceLocationExpression
impl !Sync for SliceLocationExpression
impl Unpin for SliceLocationExpression
impl !UnwindSafe for SliceLocationExpression
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