[][src]Enum declarative_dataflow::Implemented

pub enum Implemented<'a, G> where
    G: Scope,
    G::Timestamp: Lattice + ExchangeData
{ Attribute(AttributeBinding), Collection(CollectionRelation<'a, G>), }

@TODO

Variants

Attribute(AttributeBinding)

A relation backed by an attribute.

Collection(CollectionRelation<'a, G>)

A relation backed by a Differential collection.

Trait Implementations

impl<'a, G: Scope> AsBinding for Implemented<'a, G> where
    G::Timestamp: Lattice + ExchangeData
[src]

fn can_extend(&self, prefix: &dyn AsBinding, target: u32) -> bool[src]

Returns true iff the binding is ready to participate in the extension of a set of prefix variables to a new variable. Read more

Auto Trait Implementations

impl<'a, G> !Sync for Implemented<'a, G>

impl<'a, G> Unpin for Implemented<'a, G> where
    G: Unpin,
    <G as ScopeParent>::Timestamp: Timestamp

impl<'a, G> !Send for Implemented<'a, G>

impl<'a, G> !UnwindSafe for Implemented<'a, G>

impl<'a, G> !RefUnwindSafe for Implemented<'a, G>

Blanket Implementations

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

impl<T> From<T> for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> 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> Borrow<T> for T where
    T: ?Sized
[src]

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

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