pub enum TopLevelShape {
Scalar,
List,
Object,
TabularRecords,
TabularMatrix,
}Expand description
Top-level source shape used for backend inference and table rendering.
Variants§
Trait Implementations§
Source§impl Clone for TopLevelShape
impl Clone for TopLevelShape
Source§fn clone(&self) -> TopLevelShape
fn clone(&self) -> TopLevelShape
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for TopLevelShape
impl Debug for TopLevelShape
Source§impl Display for TopLevelShape
impl Display for TopLevelShape
Source§impl PartialEq for TopLevelShape
impl PartialEq for TopLevelShape
impl Eq for TopLevelShape
impl StructuralPartialEq for TopLevelShape
Auto Trait Implementations§
impl Freeze for TopLevelShape
impl RefUnwindSafe for TopLevelShape
impl Send for TopLevelShape
impl Sync for TopLevelShape
impl Unpin for TopLevelShape
impl UnsafeUnpin for TopLevelShape
impl UnwindSafe for TopLevelShape
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.