Struct lrs::group::Information

Struct holding allocated group info.

Syntax

struct Information {
    /* private fields */
}

Static methods

NameDescription
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.

Trait implementations

NameDescription
Debug

Objects that can be formatted in a "debug" form.

Eq

Objects that implement the binary == and != operators.

GroupInfo

Trait for types that hold group info.

MaybeClone

Objects that can be duplicated.