[][src]Struct v9::id::CheckedId

pub struct CheckedId<'a, M: TableMarker> { /* fields omitted */ }

An Id that is known to be in-bounds on the given table. You should check the Id if you'll be doing a lot of indexing.

Trait Implementations

impl<'a, M: TableMarker> Check for CheckedId<'a, M>[src]

type M = M

impl<'a, M: TableMarker> Into<Id<M>> for CheckedId<'a, M>[src]

impl<'a, M: Clone + TableMarker> Clone for CheckedId<'a, M>[src]

impl<'a, M: Copy + TableMarker> Copy for CheckedId<'a, M>[src]

impl<'a, M: TableMarker> Eq for CheckedId<'a, M>[src]

impl<'a, M: TableMarker> Ord for CheckedId<'a, M>[src]

impl<'a, M: TableMarker> PartialEq<CheckedId<'a, M>> for CheckedId<'a, M>[src]

impl<'a, M: TableMarker> PartialOrd<CheckedId<'a, M>> for CheckedId<'a, M>[src]

impl<'a, M: TableMarker> Debug for CheckedId<'a, M>[src]

Auto Trait Implementations

impl<'a, M> Send for CheckedId<'a, M> where
    <M as TableMarker>::RawId: Send

impl<'a, M> Sync for CheckedId<'a, M> where
    <M as TableMarker>::RawId: Sync

impl<'a, M> Unpin for CheckedId<'a, M> where
    <M as TableMarker>::RawId: Unpin

impl<'a, M> UnwindSafe for CheckedId<'a, M> where
    M: RefUnwindSafe,
    <M as TableMarker>::RawId: UnwindSafe

impl<'a, M> RefUnwindSafe for CheckedId<'a, M> where
    M: RefUnwindSafe,
    <M as TableMarker>::RawId: RefUnwindSafe

Blanket Implementations

impl<X> ForeignKey for X[src]

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

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

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

type Owned = T

The resulting type after obtaining ownership.

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

type Error = !

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]