pub struct ExecutionLetStmt {
pub local: usize,
pub value: ExecutionExpr,
}Fields§
§local: usize§value: ExecutionExprTrait Implementations§
Source§impl Clone for ExecutionLetStmt
impl Clone for ExecutionLetStmt
Source§fn clone(&self) -> ExecutionLetStmt
fn clone(&self) -> ExecutionLetStmt
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 ExecutionLetStmt
impl Debug for ExecutionLetStmt
Source§impl PartialEq for ExecutionLetStmt
impl PartialEq for ExecutionLetStmt
Source§fn eq(&self, other: &ExecutionLetStmt) -> bool
fn eq(&self, other: &ExecutionLetStmt) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ExecutionLetStmt
Auto Trait Implementations§
impl Freeze for ExecutionLetStmt
impl RefUnwindSafe for ExecutionLetStmt
impl Send for ExecutionLetStmt
impl Sync for ExecutionLetStmt
impl Unpin for ExecutionLetStmt
impl UnsafeUnpin for ExecutionLetStmt
impl UnwindSafe for ExecutionLetStmt
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