[][src]Struct v9::linkage::ColumnIndex

pub struct ColumnIndex<M: TableMarker, T: Ord> {
    pub map: BTreeMap<(T, Id<M>), ()>,
}

Fields

map: BTreeMap<(T, Id<M>), ()>

Methods

impl<M: TableMarker, T: Ord + Clone> ColumnIndex<M, T>[src]

Important traits for Range<A>
pub fn full_range(t: T) -> StdRange<(T, Id<M>)>[src]

Trait Implementations

impl<M: TableMarker, T: 'static + Ord> Obj for ColumnIndex<M, T>[src]

impl<'a, M: TableMarker, T: 'static + Ord> Extract for &'a ColumnIndex<M, T>[src]

type Owned = Self

fn finish(_universe: &Universe, _owned: Self::Owned)[src]

impl<'a, M: TableMarker, T: 'static + Ord> Extract for &'a mut ColumnIndex<M, T>[src]

type Owned = Self

fn finish(_universe: &Universe, _owned: Self::Owned)[src]

impl<M: TableMarker, T: Ord> Default for ColumnIndex<M, T>[src]

Auto Trait Implementations

impl<M, T> Send for ColumnIndex<M, T> where
    T: Send,
    <M as TableMarker>::RawId: Send

impl<M, T> Sync for ColumnIndex<M, T> where
    T: Sync,
    <M as TableMarker>::RawId: Sync

Blanket Implementations

impl<X> ForeignKey for X[src]

impl<T> From for T[src]

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

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

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

impl<T> Any for T where
    T: Any
[src]