pub struct ForList {
pub vars: Vec<String>,
pub exprs: Vec<Expr>,
pub body: Block,
}
Fields§
§vars: Vec<String>
§exprs: Vec<Expr>
§body: Block
Trait Implementations§
impl StructuralPartialEq for ForList
Auto Trait Implementations§
impl Freeze for ForList
impl RefUnwindSafe for ForList
impl Send for ForList
impl Sync for ForList
impl Unpin for ForList
impl UnwindSafe for ForList
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