Struct holding non-allocated group info.
struct Info<'a> {
/* 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. |
| Receiver | Name | Description |
|---|---|---|
&self | to_owned | Copies the contained data and returns owned information. |
| Name | Description |
|---|---|
| Clone | Objects that can be duplicated. |
| Copy | Objects that can safely be copied via |
| Debug | Objects that can be formatted in a "debug" form. |
| GroupInfo | Trait for types that hold group info. |
| MaybeClone | Objects that can be duplicated. |