Struct atuin_server::models::User [−][src]
Fields
id: i64username: Stringemail: Stringpassword: StringTrait Implementations
impl<'a, R: Row> FromRow<'a, R> for User where
&'a str: ColumnIndex<R>,
i64: Decode<'a, R::Database>,
i64: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
impl<'a, R: Row> FromRow<'a, R> for User where
&'a str: ColumnIndex<R>,
i64: Decode<'a, R::Database>,
i64: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
String: Decode<'a, R::Database>,
String: Type<R::Database>,
Auto Trait Implementations
impl RefUnwindSafe for User
impl UnwindSafe for User
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
