[][src]Struct agnes::label::TypedValue

pub struct TypedValue<D, V> { /* fields omitted */ }

Container for storing the underlying data type D (of a field, for example) for a value of type V.

Trait Implementations

impl<D, V> Typed for TypedValue<D, V>[src]

type DType = D

Associated data type with this type.

impl<D, V> Valued for TypedValue<D, V> where
    V: Valued
[src]

type Value = V::Value

The associated value.

impl<D, V> From<V> for TypedValue<D, V>[src]

impl<D: Clone, V: Clone> Clone for TypedValue<D, V>[src]

fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl<D: Debug, V: Debug> Debug for TypedValue<D, V>[src]

Auto Trait Implementations

impl<D, V> Send for TypedValue<D, V> where
    D: Send,
    V: Send

impl<D, V> Sync for TypedValue<D, V> where
    D: Sync,
    V: Sync

Blanket Implementations

impl<T> IntoLabeled for T[src]

impl<T> Valued for T where
    T: SelfValued
[src]

type Value = T

The associated value.

impl<T> HasLabels for T[src]

impl<Needle, Haystack> HasLabels for Haystack where
    Haystack: Member<Needle, IsMember = B1>,
    Needle: Label
[src]

impl<Frames, Store> JoinIntoStore for Frames[src]

type Output = Store

The output type after augmenting Store.

impl<Frames> AssocDataIndexCons for Frames[src]

type Output = Nil

Type of associated data index cons-list.

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = !

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Erased for T

impl<T> Same for T[src]

type Output = T

Should always be Self