Struct syn::ExprLoop [−][src]
pub struct ExprLoop { /* fields omitted */ }Expand description
Conditionless loop: loop { ... }.
This type is available only if Syn is built with the "full" feature.
Trait Implementations
impl ToTokens for ExprLoop[src]
impl ToTokens for ExprLoop[src]fn to_tokens(&self, _: &mut TokenStream)[src]
fn to_tokens(&self, _: &mut TokenStream)[src]Write self to the given TokenStream. Read more
fn to_token_stream(&self) -> TokenStream[src]
fn to_token_stream(&self) -> TokenStream[src]Convert self directly into a TokenStream object. Read more
fn into_token_stream(self) -> TokenStream[src]
fn into_token_stream(self) -> TokenStream[src]Convert self directly into a TokenStream object. Read more
Auto Trait Implementations
impl RefUnwindSafe for ExprLoop
impl !Send for ExprLoop
impl !Sync for ExprLoop
impl Unpin for ExprLoop
impl UnwindSafe for ExprLoop
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more