pub trait SelfValued { }Expand description
Marker trait for an object that can be held in a Labeled<…> or TypedValue<…> container.
Implementations on Foreign Types§
impl SelfValued for bool
impl SelfValued for char
impl SelfValued for f32
impl SelfValued for f64
impl SelfValued for i8
impl SelfValued for i16
impl SelfValued for i32
impl SelfValued for i64
impl SelfValued for i128
impl SelfValued for isize
impl SelfValued for str
impl SelfValued for u8
impl SelfValued for u16
impl SelfValued for u32
impl SelfValued for u64
impl SelfValued for u128
impl SelfValued for usize
impl SelfValued for String
impl<T> SelfValued for PhantomData<T>
Implementors§
impl SelfValued for FieldDesignator
impl<'a, DType, DI, Fun, IsImpl> SelfValued for StorageCapabilities<DType, DI, Fun, IsImpl>where
DI: DataIndex<DType = DType>,
impl<FrameFields, FramedStore> SelfValued for DataFrame<FrameFields, FramedStore>
Allow DataFrames to be pulled from LVCons as Values