Enum syntex_syntax::attr::IntType [] [src]

pub enum IntType {
    SignedInt(IntTy),
    UnsignedInt(UintTy),
}

Variants

Methods

impl IntType
[src]

Trait Implementations

impl Eq for IntType
[src]

impl Hash for IntType
[src]

Feeds this value into the state given, updating the hasher as necessary.

Feeds a slice of this type into the state provided.

impl PartialEq for IntType
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Debug for IntType
[src]

Formats the value using the given formatter.

impl Encodable for IntType
[src]

Serialize a value using an Encoder.

impl Decodable for IntType
[src]

Deserialize a value using a Decoder.

impl Copy for IntType
[src]

impl Clone for IntType
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more