pub struct For<T>where
T: TypeSet,{
pub for_token: Token,
pub variable: Token,
pub var_type: Option<TypeHint>,
pub in_token: Token,
pub iterable: RightHandExpression<T>,
pub body: Body<T>,
}Fields§
§for_token: Token§variable: Token§var_type: Option<TypeHint>§in_token: Token§iterable: RightHandExpression<T>§body: Body<T>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for For<T>
impl<T> RefUnwindSafe for For<T>
impl<T> Send for For<T>
impl<T> Sync for For<T>
impl<T> Unpin for For<T>
impl<T> UnsafeUnpin for For<T>
impl<T> UnwindSafe for For<T>
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