pub struct TupleKeys {
    pub items: Vec<Type>,
}
Expand description

Attributes for tuple type (a kind of array type) properties.

Tuple type is a kind of array type, which has ordered items. Tuples and tuple structs are correspond to TupleKeys, additional properties are not allowed.

Fields

items: Vec<Type>

Trait Implementations

Formats the value using the given formatter. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.