pub struct LoopStatement {
pub body: Box<Statement>,
}Fields§
§body: Box<Statement>Implementations§
Source§impl LoopStatement
impl LoopStatement
Trait Implementations§
Source§impl Clone for LoopStatement
impl Clone for LoopStatement
Source§fn clone(&self) -> LoopStatement
fn clone(&self) -> LoopStatement
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 moreSource§impl Debug for LoopStatement
impl Debug for LoopStatement
Source§impl Default for LoopStatement
impl Default for LoopStatement
Source§fn default() -> LoopStatement
fn default() -> LoopStatement
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LoopStatement
impl RefUnwindSafe for LoopStatement
impl Send for LoopStatement
impl Sync for LoopStatement
impl Unpin for LoopStatement
impl UnwindSafe for LoopStatement
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