pub struct Assign {
pub lhs: Box<Expr>,
pub rhs: Box<Expr>,
}Fields§
§lhs: Box<Expr>§rhs: Box<Expr>Implementations§
Trait Implementations§
source§impl From<Assign> for TokenStream
impl From<Assign> for TokenStream
source§impl PartialEq for Assign
impl PartialEq for Assign
impl Eq for Assign
impl StructuralEq for Assign
impl StructuralPartialEq for Assign
Auto Trait Implementations§
impl RefUnwindSafe for Assign
impl Send for Assign
impl Sync for Assign
impl Unpin for Assign
impl UnwindSafe for Assign
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