pub struct DoStatement {
pub expression: Box<dyn Expr>,
}
Fields§
§expression: Box<dyn Expr>
Trait Implementations§
Source§impl Clone for DoStatement
impl Clone for DoStatement
Source§fn clone(&self) -> DoStatement
fn clone(&self) -> DoStatement
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreAuto Trait Implementations§
impl Freeze for DoStatement
impl !RefUnwindSafe for DoStatement
impl !Send for DoStatement
impl !Sync for DoStatement
impl Unpin for DoStatement
impl !UnwindSafe for DoStatement
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