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, Global>Trait Implementations
sourceimpl Serialize for TupleKeys
impl Serialize for TupleKeys
sourcefn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error> where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for TupleKeys
impl Send for TupleKeys
impl Sync for TupleKeys
impl Unpin for TupleKeys
impl UnwindSafe for TupleKeys
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more