[][src]Struct v9::column::WriteColumn

pub struct WriteColumn<'a, M: TableMarker, T> {
    pub col: MutButRef<'a, Column<M, T>>,
}

Fields

col: MutButRef<'a, Column<M, T>>

Methods

impl<'a, M: TableMarker, T> WriteColumn<'a, M, T>[src]

pub fn borrow(&self) -> ReadColumn<M, T>[src]

Trait Implementations

impl<'a, M, T> ExtractOwned for WriteColumn<'a, M, T> where
    M: TableMarker,
    T: 'static + Send + Sync
[src]

type Ty = Column<M, T>

impl<'a, M: TableMarker, T> ColumnInfo<M> for WriteColumn<'a, M, T>[src]

impl<'a, 'b, M: TableMarker, T, I> Index<I> for WriteColumn<'a, M, T> where
    I: 'b + Check<M = M>, 
[src]

type Output = T

The returned type after indexing.

Auto Trait Implementations

impl<'a, M, T> Send for WriteColumn<'a, M, T> where
    T: Send

impl<'a, M, T> Sync for WriteColumn<'a, M, T> where
    T: Sync

impl<'a, M, T> Unpin for WriteColumn<'a, M, T>

impl<'a, M, T> !UnwindSafe for WriteColumn<'a, M, T>

impl<'a, M, T> RefUnwindSafe for WriteColumn<'a, M, T> where
    M: RefUnwindSafe,
    T: RefUnwindSafe

Blanket Implementations

impl<X> Extract for X where
    X: ExtractOwned
[src]

type Owned = Option<X>

type Cleanup = ()

Default is (), which does nothing.

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, 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]