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 TypeBindingimpl Debug for TypeBinding[src]
impl Debug for TypeBindingfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Clone for TypeBinding[src]
impl Clone for TypeBindingfn clone(&self) -> TypeBinding[src]
fn clone(&self) -> TypeBindingReturns 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 TypeBindingimpl PartialEq for TypeBinding[src]
impl PartialEq for TypeBindingfn eq(&self, other: &TypeBinding) -> bool[src]
fn eq(&self, other: &TypeBinding) -> boolThis 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) -> boolThis method tests for !=.
impl Hash for TypeBinding[src]
impl Hash for TypeBindingAuto Trait Implementations
impl Send for TypeBinding
impl Send for TypeBindingimpl Sync for TypeBinding
impl Sync for TypeBinding