pub struct ShWhile {
pub cond: Box<ShExpr>,
pub body: ShBlock,
}
Fields§
§cond: Box<ShExpr>
§body: ShBlock
Implementations§
Trait Implementations§
impl StructuralPartialEq for ShWhile
Auto Trait Implementations§
impl Freeze for ShWhile
impl RefUnwindSafe for ShWhile
impl Send for ShWhile
impl Sync for ShWhile
impl Unpin for ShWhile
impl UnwindSafe for ShWhile
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