pub struct DoWhile {
pub body: Box<Statement>,
pub condition: Exp,
pub label: Identifier,
}Fields§
§body: Box<Statement>§condition: Exp§label: IdentifierTrait Implementations§
Auto Trait Implementations§
impl Freeze for DoWhile
impl RefUnwindSafe for DoWhile
impl Send for DoWhile
impl Sync for DoWhile
impl Unpin for DoWhile
impl UnwindSafe for DoWhile
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