Struct syn::ExprArray [−][src]
pub struct ExprArray { /* fields omitted */ }Expand description
A slice literal expression: [a, b, c, d].
This type is available only if Syn is built with the "full" feature.
Trait Implementations
impl ToTokens for ExprArray[src]
impl ToTokens for ExprArray[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 ExprArray
impl !Send for ExprArray
impl !Sync for ExprArray
impl Unpin for ExprArray
impl UnwindSafe for ExprArray
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