Struct bot_sslime::model::db::MarkovCacheRecord
source · pub struct MarkovCacheRecord {
pub cache: String,
pub last_update: NaiveDateTime,
}
Fields§
§cache: String
§last_update: NaiveDateTime
Trait Implementations§
source§impl Debug for MarkovCacheRecord
impl Debug for MarkovCacheRecord
source§impl<'a, R: Row> FromRow<'a, R> for MarkovCacheRecordwhere
&'a str: ColumnIndex<R>,
String: Decode<'a, R::Database> + Type<R::Database>,
NaiveDateTime: Decode<'a, R::Database> + Type<R::Database>,
impl<'a, R: Row> FromRow<'a, R> for MarkovCacheRecordwhere
&'a str: ColumnIndex<R>,
String: Decode<'a, R::Database> + Type<R::Database>,
NaiveDateTime: Decode<'a, R::Database> + Type<R::Database>,
Auto Trait Implementations§
impl Freeze for MarkovCacheRecord
impl RefUnwindSafe for MarkovCacheRecord
impl Send for MarkovCacheRecord
impl Sync for MarkovCacheRecord
impl Unpin for MarkovCacheRecord
impl UnwindSafe for MarkovCacheRecord
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
§impl<T> IntoCollection<T> for T
impl<T> IntoCollection<T> for T
§fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
fn into_collection<A>(self) -> SmallVec<A>where
A: Array<Item = T>,
Converts
self
into a collection.