pub struct For<N: Node> {
pub pat: Pat,
pub expr: Expr,
pub block: ControlBlock<N>,
/* private fields */
}Fields§
§pat: Pat§expr: Expr§block: ControlBlock<N>Trait Implementations§
Auto Trait Implementations§
impl<N> !Send for For<N>
impl<N> !Sync for For<N>
impl<N> Freeze for For<N>
impl<N> RefUnwindSafe for For<N>where
N: RefUnwindSafe,
impl<N> Unpin for For<N>where
N: Unpin,
impl<N> UnsafeUnpin for For<N>
impl<N> UnwindSafe for For<N>where
N: UnwindSafe,
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