pub struct ArrayIndexExprs {
pub lhs: Expression,
pub index: Expression,
}
Fields§
§lhs: Expression
§index: Expression
Trait Implementations§
Source§impl Clone for ArrayIndexExprs
impl Clone for ArrayIndexExprs
Source§fn clone(&self) -> ArrayIndexExprs
fn clone(&self) -> ArrayIndexExprs
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 Debug for ArrayIndexExprs
impl Debug for ArrayIndexExprs
Source§impl PartialEq for ArrayIndexExprs
impl PartialEq for ArrayIndexExprs
impl StructuralPartialEq for ArrayIndexExprs
Auto Trait Implementations§
impl Freeze for ArrayIndexExprs
impl RefUnwindSafe for ArrayIndexExprs
impl Send for ArrayIndexExprs
impl Sync for ArrayIndexExprs
impl Unpin for ArrayIndexExprs
impl UnwindSafe for ArrayIndexExprs
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