pub struct ShIndex {
pub base: Box<ShExpr>,
pub index: Box<ShExpr>,
}
Fields§
§base: Box<ShExpr>
§index: Box<ShExpr>
Implementations§
Trait Implementations§
impl StructuralPartialEq for ShIndex
Auto Trait Implementations§
impl Freeze for ShIndex
impl RefUnwindSafe for ShIndex
impl Send for ShIndex
impl Sync for ShIndex
impl Unpin for ShIndex
impl UnwindSafe for ShIndex
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