pub struct ForTempl {
pub for_token: For,
pub pat: Rc<Pat>,
pub in_token: In,
pub expr: Rc<Expr>,
}Expand description
{{ for <Pat> in <Expr> }}
Fields§
§for_token: For§pat: Rc<Pat>§in_token: In§expr: Rc<Expr>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ForTempl
impl RefUnwindSafe for ForTempl
impl !Send for ForTempl
impl !Sync for ForTempl
impl Unpin for ForTempl
impl UnwindSafe for ForTempl
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