Struct syntax::ast::MutTy [] [src]

pub struct MutTy {
    pub ty: P<Ty>,
    pub mutbl: Mutability,
}

Fields

Trait Implementations

impl Clone for MutTy
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for MutTy
[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 Eq for MutTy
[src]

impl Encodable for MutTy
[src]

[src]

impl Decodable for MutTy
[src]

[src]

impl Hash for MutTy
[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 Debug for MutTy
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl !Send for MutTy

impl !Sync for MutTy