Struct rschema_core::TupleProp
source · [−]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 TupleProp, additional properties are not allowed.
Fields
items: Vec<PropType>Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TupleProp
impl Send for TupleProp
impl Sync for TupleProp
impl Unpin for TupleProp
impl UnwindSafe for TupleProp
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