Struct syn::Delimited [−][src]
pub struct Delimited { pub delim: DelimToken, pub tts: Vec<TokenTree>, }
Fields
delim: DelimToken
The type of delimiter
tts: Vec<TokenTree>
The delimited sequence of token trees
Trait Implementations
impl ToTokens for Delimited
[src]
impl ToTokens for Delimited
impl Debug for Delimited
[src]
impl Debug for Delimited
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Clone for Delimited
[src]
impl Clone for Delimited
fn clone(&self) -> Delimited
[src]
fn clone(&self) -> Delimited
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Eq for Delimited
[src]
impl Eq for Delimited
impl PartialEq for Delimited
[src]
impl PartialEq for Delimited
fn eq(&self, other: &Delimited) -> bool
[src]
fn eq(&self, other: &Delimited) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &Delimited) -> bool
[src]
fn ne(&self, other: &Delimited) -> bool
This method tests for !=
.
impl Hash for Delimited
[src]
impl Hash for Delimited