Struct lrs::group::Info

Struct holding non-allocated group info.

Syntax

struct Info<'a> {
    /* 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.

Methods

ReceiverNameDescription
&selfto_owned

Copies the contained data and returns owned information.

Trait implementations

NameDescription
Clone

Objects that can be duplicated.

Copy

Objects that can safely be copied via memcpy.

Debug

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

GroupInfo

Trait for types that hold group info.

MaybeClone

Objects that can be duplicated.