Struct v9::event::Edited[][src]

pub struct Edited<M: TableMarker, T: 'static> {
    pub new: Vec<(Id<M>, T)>,
    // some fields omitted
}

Fields

new: Vec<(Id<M>, T)>

Implementations

impl<M: TableMarker, T> Edited<M, T>[src]

pub fn col<'a>(&'a self) -> &'a Column<M, T>[src]

Trait Implementations

impl<M: TableMarker, T: 'static> Send for Edited<M, T>[src]

impl<M: TableMarker, T: 'static> Sync for Edited<M, T>[src]

Auto Trait Implementations

impl<M, T> RefUnwindSafe for Edited<M, T> where
    M: RefUnwindSafe,
    T: RefUnwindSafe,
    <M as TableMarker>::RawId: RefUnwindSafe

impl<M, T> Unpin for Edited<M, T> where
    T: Unpin,
    <M as TableMarker>::RawId: Unpin

impl<M, T> UnwindSafe for Edited<M, T> where
    M: RefUnwindSafe,
    T: RefUnwindSafe + UnwindSafe,
    <M as TableMarker>::RawId: UnwindSafe

Blanket Implementations

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

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

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

impl<X> ForeignKey for X[src]

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

impl<T, U> Into<U> for T where
    U: From<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.