pub struct For<'tree> {
pub span: Span,
pub body: Do<'tree>,
pub pattern: ForPattern<'tree>,
pub value: In<'tree>,
}Fields§
§span: Span§body: Do<'tree>§pattern: ForPattern<'tree>§value: In<'tree>Trait Implementations§
impl<'tree> Eq for For<'tree>
impl<'tree> StructuralPartialEq for For<'tree>
Auto Trait Implementations§
impl<'tree> Freeze for For<'tree>
impl<'tree> RefUnwindSafe for For<'tree>
impl<'tree> Send for For<'tree>
impl<'tree> Sync for For<'tree>
impl<'tree> Unpin for For<'tree>
impl<'tree> UnsafeUnpin for For<'tree>
impl<'tree> UnwindSafe for For<'tree>
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