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