pub struct AssignOp {
pub lhs: Box<Expr>,
pub op: BinOpKind,
pub rhs: Box<Expr>,
}Fields§
§lhs: Box<Expr>§op: BinOpKind§rhs: Box<Expr>Implementations§
Trait Implementations§
source§impl From<AssignOp> for TokenStream
impl From<AssignOp> for TokenStream
source§impl PartialEq for AssignOp
impl PartialEq for AssignOp
impl Eq for AssignOp
impl StructuralEq for AssignOp
impl StructuralPartialEq for AssignOp
Auto Trait Implementations§
impl RefUnwindSafe for AssignOp
impl Send for AssignOp
impl Sync for AssignOp
impl Unpin for AssignOp
impl UnwindSafe for AssignOp
Blanket Implementations§
source§impl<E> Accessible for Ewhere
E: Into<Expr>,
impl<E> Accessible for Ewhere E: Into<Expr>,
source§impl<E> Assignable for Ewhere
E: Into<Expr>,
impl<E> Assignable for Ewhere E: Into<Expr>,
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