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