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