Struct syn::Discriminant
[−]
[src]
pub struct Discriminant {
pub value: u64,
pub ty: IntTy,
}Fields
value: u64
ty: IntTy
Trait Implementations
impl ToTokens for Discriminant[src]
fn to_tokens(&self, tokens: &mut Tokens)
impl Debug for Discriminant[src]
impl Copy for Discriminant[src]
impl Clone for Discriminant[src]
fn clone(&self) -> Discriminant
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more
impl Eq for Discriminant[src]
impl PartialEq for Discriminant[src]
fn eq(&self, __arg_0: &Discriminant) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &Discriminant) -> bool
This method tests for !=.