Struct holding allocated user info.
struct Information<H = Libc>
where H: Allocator,
{
/* private fields */
}| Name | Description |
|---|---|
| find_by | Finds the first user that satisfies the predicate. |
| find_by_with_pool | Finds the first user that satisfies the predicate. |
| from_user_id | Retrieves user info of the user with a certain id. |
| from_user_id_with_pool | Retrieves user info of the user with a certain id. |
| from_user_name | Retrieves user info of the user with a certain name. |
| from_user_name_with_pool | Retrieves user info of the user with a certain name. |
| Receiver | Name | Description |
|---|---|---|
&self | to_info | Borrows the information. |
| Name | Description |
|---|---|
| Debug | Objects that can be formatted in a "debug" form. |
| Eq | Objects that implement the binary |
| UserInfo | Objects that hold user info. |