Enum syntex_syntax::ast::UintTy [] [src]

pub enum UintTy {
    Us,
    U8,
    U16,
    U32,
    U64,
    U128,
}

Variants

Methods

impl UintTy
[src]

Trait Implementations

impl Clone for UintTy
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for UintTy
[src]

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

This method tests for !=.

impl Eq for UintTy
[src]

impl Encodable for UintTy
[src]

Serialize a value using an Encoder.

impl Decodable for UintTy
[src]

Deserialize a value using a Decoder.

impl Hash for UintTy
[src]

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

Feeds a slice of this type into the state provided.

impl Copy for UintTy
[src]

impl Debug for UintTy
[src]

Formats the value using the given formatter.

impl Display for UintTy
[src]

Formats the value using the given formatter.