pub struct WhileStatement { /* private fields */ }
Implementations§
Source§impl WhileStatement
impl WhileStatement
pub fn new<CT>(condition: CT, body: CodeBody) -> WhileStatementwhere
CT: CodeGenerate + 'static,
Trait Implementations§
Source§impl CodeGenerate for WhileStatement
impl CodeGenerate for WhileStatement
Auto Trait Implementations§
impl Freeze for WhileStatement
impl !RefUnwindSafe for WhileStatement
impl !Send for WhileStatement
impl !Sync for WhileStatement
impl Unpin for WhileStatement
impl !UnwindSafe for WhileStatement
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