Enum syntax::attr::IntType [] [src]

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

Variants

Methods

impl IntType
[src]

[src]

Trait Implementations

impl Eq for IntType
[src]

impl Hash for IntType
[src]

[src]

Feeds this value into the given [Hasher]. Read more

1.3.0
[src]

Feeds a slice of this type into the given [Hasher]. Read more

impl PartialEq for IntType
[src]

[src]

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

[src]

This method tests for !=.

impl Debug for IntType
[src]

[src]

Formats the value using the given formatter. Read more

impl Encodable for IntType
[src]

[src]

impl Decodable for IntType
[src]

[src]

impl Copy for IntType
[src]

impl Clone for IntType
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for IntType

impl Sync for IntType