Enum nu_data::base::shape::InlineShape [−][src]
Variants
Int(BigInt)Decimal(BigDecimal)Range(Box<InlineRange>)Bytesize(BigInt)String(String)Line(String)ColumnPath(ColumnPath)GlobPattern(String)Boolean(bool)Date(DateTime<FixedOffset>)Duration(BigInt)FilePath(PathBuf)Binary(usize)Row(Row)Table(Vec<InlineShape>)Implementations
impl InlineShape[src]
pub fn from_primitive(primitive: &Primitive) -> InlineShape[src]
pub fn from_dictionary(dictionary: &Dictionary) -> InlineShape[src]
pub fn from_table<'a>(table: impl IntoIterator<Item = &'a Value>) -> InlineShape[src]
pub fn from_value<'a>(value: impl Into<&'a UntaggedValue>) -> InlineShape[src]
pub fn format_for_column(self, column: impl Into<Column>) -> FormatInlineShape[src]
pub fn format(self) -> FormatInlineShape[src]
pub fn format_bytes(
bytesize: &BigInt,
forced_format: Option<&str>
) -> (DbgDocBldr, String)[src]
bytesize: &BigInt,
forced_format: Option<&str>
) -> (DbgDocBldr, String)
pub fn render_doc(doc: &DebugDocBuilder) -> String[src]
Trait Implementations
impl Clone for InlineShape[src]
fn clone(&self) -> InlineShape[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for InlineShape[src]
impl<'de> Deserialize<'de> for InlineShape[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Eq for InlineShape[src]
impl Hash for InlineShape[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
pub fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl Ord for InlineShape[src]
fn cmp(&self, other: &InlineShape) -> Ordering[src]
#[must_use]pub fn max(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn min(self, other: Self) -> Self1.21.0[src]
#[must_use]pub fn clamp(self, min: Self, max: Self) -> Self1.50.0[src]
impl PartialEq<InlineShape> for InlineShape[src]
fn eq(&self, other: &InlineShape) -> bool[src]
fn ne(&self, other: &InlineShape) -> bool[src]
impl PartialOrd<InlineShape> for InlineShape[src]
fn partial_cmp(&self, other: &InlineShape) -> Option<Ordering>[src]
#[must_use]pub fn lt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn le(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn gt(&self, other: &Rhs) -> bool1.0.0[src]
#[must_use]pub fn ge(&self, other: &Rhs) -> bool1.0.0[src]
impl Serialize for InlineShape[src]
fn serialize<__S>(&self, __serializer: __S) -> Result<__S::Ok, __S::Error> where
__S: Serializer, [src]
__S: Serializer,
impl StructuralEq for InlineShape[src]
impl StructuralPartialEq for InlineShape[src]
Auto Trait Implementations
impl RefUnwindSafe for InlineShape[src]
impl Send for InlineShape[src]
impl Sync for InlineShape[src]
impl Unpin for InlineShape[src]
impl UnwindSafe for InlineShape[src]
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized, [src]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
pub fn equivalent(&self, key: &K) -> bool[src]
impl<T> From<T> for T[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> SpannedItem for T[src]
pub fn spanned(self, span: impl Into<Span>) -> Spanned<Self>[src]
pub fn spanned_unknown(self) -> Spanned<Self>[src]
impl<T> TaggedItem for T[src]
pub fn tagged(self, tag: impl Into<Tag>) -> Tagged<Self>[src]
pub fn tagged_unknown(self) -> Tagged<Self>[src]
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
pub fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
V: MultiLane<T>,