pub struct VarAssignStmt {
pub target: Expression,
pub value: Expression,
}Fields§
§target: Expression§value: ExpressionTrait Implementations§
Source§impl Clone for VarAssignStmt
impl Clone for VarAssignStmt
Source§fn clone(&self) -> VarAssignStmt
fn clone(&self) -> VarAssignStmt
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for VarAssignStmt
impl Debug for VarAssignStmt
Auto Trait Implementations§
impl Freeze for VarAssignStmt
impl RefUnwindSafe for VarAssignStmt
impl Send for VarAssignStmt
impl Sync for VarAssignStmt
impl Unpin for VarAssignStmt
impl UnsafeUnpin for VarAssignStmt
impl UnwindSafe for VarAssignStmt
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