Struct syn::Constraint [−][src]
pub struct Constraint { pub ident: Ident, pub colon_token: Colon, pub bounds: Punctuated<TypeParamBound, Add>, }
An associated type bound: Iterator<Item: Display>
.
This type is available if Syn is built with the "derive"
or "full"
feature.
Fields
ident: Ident
colon_token: Colon
bounds: Punctuated<TypeParamBound, Add>
Trait Implementations
impl ToTokens for Constraint
[src]
impl ToTokens for Constraint
fn to_tokens(&self, tokens: &mut TokenStream)
[src]
fn to_tokens(&self, tokens: &mut TokenStream)
Write self
to the given TokenStream
. Read more
fn into_token_stream(self) -> TokenStream
[src]
fn into_token_stream(self) -> TokenStream
Convert self
directly into a TokenStream
object. Read more
impl Clone for Constraint
[src]
impl Clone for Constraint
fn clone(&self) -> Constraint
[src]
fn clone(&self) -> Constraint
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
Auto Trait Implementations
impl !Send for Constraint
impl !Send for Constraint
impl !Sync for Constraint
impl !Sync for Constraint