pub enum VKind {
Null,
Bool,
Int,
Float,
Str,
Ext,
Map,
Seq,
}Expand description
The value kind of a row, for styling and container logic.
Variants§
Trait Implementations§
impl Copy for VKind
impl Eq for VKind
impl StructuralPartialEq for VKind
Auto Trait Implementations§
impl Freeze for VKind
impl RefUnwindSafe for VKind
impl Send for VKind
impl Sync for VKind
impl Unpin for VKind
impl UnsafeUnpin for VKind
impl UnwindSafe for VKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more