Struct rschema_core::TupleKeys
source · [−]Expand description
Keywords for a tuple type (a kind of array type) property.
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
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