pub struct AugAssign {
pub span: Span,
pub target: Box<Expression>,
pub op: OpKind,
pub value: Box<Expression>,
}
Fields§
§span: Span
§target: Box<Expression>
§op: OpKind
§value: Box<Expression>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AugAssign
impl RefUnwindSafe for AugAssign
impl Send for AugAssign
impl Sync for AugAssign
impl Unpin for AugAssign
impl UnwindSafe for AugAssign
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