Struct rdkafka::groups::GroupMemberInfo[][src]

pub struct GroupMemberInfo(_);
Expand description

Group member information container.

Implementations

Returns the ID of the member.

Returns the client ID of the member.

Return the client host of the member.

Return the metadata of the member.

Return the partition assignment of the member.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.