pub struct WhileStat {
pub cond: Expr,
pub block: Block,
}
Fields§
§cond: Expr
§block: Block
Trait Implementations§
impl StructuralPartialEq for WhileStat
Auto Trait Implementations§
impl Freeze for WhileStat
impl RefUnwindSafe for WhileStat
impl Send for WhileStat
impl Sync for WhileStat
impl Unpin for WhileStat
impl UnwindSafe for WhileStat
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