Formats the value using the given formatter. Read more
impl<'a, R: Row> FromRow<'a, R> for EventRow where
&'a str: ColumnIndex<R>,
Uuid: Decode<'a, R::Database>,
Uuid: Type<R::Database>,
i64: Decode<'a, R::Database>,
i64: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
Option<Json>: Decode<'a, R::Database>,
Option<Json>: Type<R::Database>,
i64: Decode<'a, R::Database>,
i64: Type<R::Database>,
The type returned in the event of a conversion error.
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.
impl<V, T> VZip<V> for T where
V: MultiLane<T>,