Struct rdkafka::groups::GroupList [] [src]

pub struct GroupList(_);

List of groups. This structure wraps the pointer returned by rdkafka-sys, and deallocates all the native resources when dropped.

Methods

impl GroupList
[src]

[src]

Creates a new group list given a pointer to the native rdkafka-sys group list structure.

Important traits for &'a mut [u8]
[src]

Returns all the groups in the list.

Trait Implementations

impl Drop for GroupList
[src]

[src]

Executes the destructor for this type. Read more

Auto Trait Implementations

impl !Send for GroupList

impl !Sync for GroupList