pub struct While {
pub cond: Box<Expr>,
pub pass: Box<Block>,
pub fail: Else,
}
Fields§
§cond: Box<Expr>
§pass: Box<Block>
§fail: Else
Trait Implementations§
source§impl PartialEq for While
impl PartialEq for While
impl Eq for While
impl StructuralPartialEq for While
Auto Trait Implementations§
impl Freeze for While
impl RefUnwindSafe for While
impl Send for While
impl Sync for While
impl Unpin for While
impl UnwindSafe for While
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