[][src]Struct agnes::frame::StoreFieldMarkers

pub struct StoreFieldMarkers<FrameType, StoreFieldList> { /* fields omitted */ }

A marker struct for a frame type (Single, Melt, etc.) and the list of fields used with this type (a StoreFieldCons / LabelCons).

Auto Trait Implementations

impl<FrameType, StoreFieldList> Send for StoreFieldMarkers<FrameType, StoreFieldList> where
    FrameType: Send,
    StoreFieldList: Send

impl<FrameType, StoreFieldList> Sync for StoreFieldMarkers<FrameType, StoreFieldList> where
    FrameType: Sync,
    StoreFieldList: Sync

Blanket Implementations

impl<T> IntoLabeled for T[src]

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> From for T[src]

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

type Error = Infallible

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

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