Struct syn::ExprForLoop [−][src]
A for loop: for pat in expr { ... }
.
This type is available only if Syn is built with the "full"
feature.
Fields
attrs: Vec<Attribute>
label: Option<Label>
for_token: For
pat: Pat
in_token: In
expr: Box<Expr>
body: Block
Trait Implementations
impl Clone for ExprForLoop
[src][+]
impl Debug for ExprForLoop
[src][+]
impl Eq for ExprForLoop
[src]
impl From<ExprForLoop> for Expr
[src][+]
impl Hash for ExprForLoop
[src][+]
impl Parse for ExprForLoop
[src][+]
impl PartialEq<ExprForLoop> for ExprForLoop
[src][+]
impl ToTokens for ExprForLoop
[src][+]
Auto Trait Implementations
impl RefUnwindSafe for ExprForLoop
impl !Send for ExprForLoop
impl !Sync for ExprForLoop
impl Unpin for ExprForLoop
impl UnwindSafe for ExprForLoop
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> Spanned for T where
T: Spanned + ?Sized,
[src][+]
T: Spanned + ?Sized,
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,