pub struct ForClause {
pub v: String,
pub iter: Rc<Expr>,
pub filters: Vec<Rc<Expr>>,
}Fields§
§v: String§iter: Rc<Expr>§filters: Vec<Rc<Expr>>Trait Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ForClause
impl !Send for ForClause
impl !Sync for ForClause
impl !UnwindSafe for ForClause
impl Freeze for ForClause
impl Unpin for ForClause
impl UnsafeUnpin for ForClause
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