pub struct GroupList(/* private fields */);
Expand description
List of groups.
This structure wraps the pointer returned by rdkafka-sys, and deallocates all the native resources when dropped.
Implementations§
Auto Trait Implementations§
impl Freeze for GroupList
impl RefUnwindSafe for GroupList
impl !Send for GroupList
impl !Sync for GroupList
impl Unpin for GroupList
impl UnwindSafe for GroupList
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more