[][src]Trait agnes::label::SelfValued

pub trait SelfValued { }

Marker trait for an object that can be held in a Labeled<...> or TypedValue<...> container.

Implementations on Foreign Types

impl SelfValued for f32[src]

impl SelfValued for f64[src]

impl SelfValued for i8[src]

impl SelfValued for i16[src]

impl SelfValued for i32[src]

impl SelfValued for i64[src]

impl SelfValued for i128[src]

impl SelfValued for isize[src]

impl SelfValued for u8[src]

impl SelfValued for u16[src]

impl SelfValued for u32[src]

impl SelfValued for u64[src]

impl SelfValued for u128[src]

impl SelfValued for usize[src]

impl SelfValued for bool[src]

impl SelfValued for char[src]

impl SelfValued for str[src]

impl SelfValued for String[src]

impl<T> SelfValued for PhantomData<T>[src]

Loading content...

Implementors

impl SelfValued for FieldDesignator[src]

impl<'a, DType, DI, Fun, IsImpl> SelfValued for StorageCapabilities<DType, DI, Fun, IsImpl> where
    DI: DataIndex<DType = DType>, 
[src]

impl<FrameFields, FramedStore> SelfValued for DataFrame<FrameFields, FramedStore>[src]

Allow DataFrames to be pulled from LVCons as Values

impl<T> SelfValued for FieldData<T>[src]

impl<T> SelfValued for DataRef<T>[src]

impl<T, DI> SelfValued for Framed<T, DI>[src]

Loading content...