pub struct While {
pub cond: Box<Expr>,
pub body: Block,
}Fields§
§cond: Box<Expr>§body: BlockImplementations§
Trait Implementations§
source§impl From<While> for TokenStream
impl From<While> for TokenStream
source§impl PartialEq for While
impl PartialEq for While
impl Eq for While
impl StructuralEq for While
impl StructuralPartialEq for While
Auto Trait Implementations§
impl RefUnwindSafe for While
impl Send for While
impl Sync for While
impl Unpin for While
impl UnwindSafe for While
Blanket Implementations§
source§impl<E> Accessible for Ewhere
E: Into<Expr>,
impl<E> Accessible for Ewhere E: Into<Expr>,
source§impl<E> Assignable for Ewhere
E: Into<Expr>,
impl<E> Assignable for Ewhere E: Into<Expr>,
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