Struct syn::TypeBinding [−][src]
Bind a type to an associated type: A=Foo
.
Fields
ident: Ident
ty: Ty
Trait Implementations
impl ToTokens for TypeBinding
[src]
impl ToTokens for TypeBinding
impl Debug for TypeBinding
[src]
impl Debug for TypeBinding
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 TypeBinding
[src]
impl Clone for TypeBinding
fn clone(&self) -> TypeBinding
[src]
fn clone(&self) -> TypeBinding
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 TypeBinding
[src]
impl Eq for TypeBinding
impl PartialEq for TypeBinding
[src]
impl PartialEq for TypeBinding
fn eq(&self, other: &TypeBinding) -> bool
[src]
fn eq(&self, other: &TypeBinding) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &TypeBinding) -> bool
[src]
fn ne(&self, other: &TypeBinding) -> bool
This method tests for !=
.
impl Hash for TypeBinding
[src]
impl Hash for TypeBinding
Auto Trait Implementations
impl Send for TypeBinding
impl Send for TypeBinding
impl Sync for TypeBinding
impl Sync for TypeBinding