Struct holding allocated group info.
struct Information {
/* private fields */
}| Name | Description |
|---|---|
| find_by | Finds the first group that satisfies a predicate. |
| from_group_id | Retrieves group info of the group with a certain id. |
| from_group_name | Retrieves group info of the group with a certain name. |
| Name | Description |
|---|---|
| Debug | Objects that can be formatted in a "debug" form. |
| Eq | Objects that implement the binary |
| GroupInfo | Trait for types that hold group info. |
| MaybeClone | Objects that can be duplicated. |