pub struct DescribeGroupsRequestData {
pub groups: Vec<KafkaString>,
pub include_authorized_operations: bool,
pub _unknown_tagged_fields: Vec<RawTaggedField>,
}Fields§
§groups: Vec<KafkaString>The names of the groups to describe.
Whether to include authorized operations.
_unknown_tagged_fields: Vec<RawTaggedField>Implementations§
Trait Implementations§
Source§impl Clone for DescribeGroupsRequestData
impl Clone for DescribeGroupsRequestData
Source§fn clone(&self) -> DescribeGroupsRequestData
fn clone(&self) -> DescribeGroupsRequestData
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DescribeGroupsRequestData
impl Debug for DescribeGroupsRequestData
Source§impl Default for DescribeGroupsRequestData
impl Default for DescribeGroupsRequestData
Source§impl PartialEq for DescribeGroupsRequestData
impl PartialEq for DescribeGroupsRequestData
Source§fn eq(&self, other: &DescribeGroupsRequestData) -> bool
fn eq(&self, other: &DescribeGroupsRequestData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeGroupsRequestData
Auto Trait Implementations§
impl Freeze for DescribeGroupsRequestData
impl RefUnwindSafe for DescribeGroupsRequestData
impl Send for DescribeGroupsRequestData
impl Sync for DescribeGroupsRequestData
impl Unpin for DescribeGroupsRequestData
impl UnsafeUnpin for DescribeGroupsRequestData
impl UnwindSafe for DescribeGroupsRequestData
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