pub struct Modify {
pub kind: ModifyKind,
pub parts: Box<(ExprKind, ExprKind)>,
}
Expand description
A Modify-assignment expression: Expr
(ModifyKind
Expr
)+
Fields§
§kind: ModifyKind
§parts: Box<(ExprKind, ExprKind)>
Trait Implementations§
source§impl PartialEq for Modify
impl PartialEq for Modify
impl Eq for Modify
impl StructuralPartialEq for Modify
Auto Trait Implementations§
impl Freeze for Modify
impl RefUnwindSafe for Modify
impl Send for Modify
impl Sync for Modify
impl Unpin for Modify
impl UnwindSafe for Modify
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