Struct atuin_server::models::History [−][src]
pub struct History {
pub id: i64,
pub client_id: String,
pub user_id: i64,
pub hostname: String,
pub timestamp: NaiveDateTime,
pub data: String,
pub created_at: NaiveDateTime,
}
Fields
id: i64
client_id: String
user_id: i64
hostname: String
timestamp: NaiveDateTime
data: String
created_at: NaiveDateTime
Trait Implementations
impl<'a, R: Row> FromRow<'a, R> for History where
&'a str: ColumnIndex<R>,
i64: Decode<'a, R::Database>,
i64: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
i64: Decode<'a, R::Database>,
i64: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
NaiveDateTime: Decode<'a, R::Database>,
NaiveDateTime: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
NaiveDateTime: Decode<'a, R::Database>,
NaiveDateTime: Type<R::Database>,
impl<'a, R: Row> FromRow<'a, R> for History where
&'a str: ColumnIndex<R>,
i64: Decode<'a, R::Database>,
i64: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
i64: Decode<'a, R::Database>,
i64: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
NaiveDateTime: Decode<'a, R::Database>,
NaiveDateTime: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
NaiveDateTime: Decode<'a, R::Database>,
NaiveDateTime: Type<R::Database>,
Auto Trait Implementations
impl RefUnwindSafe for History
impl UnwindSafe for History
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more