pub struct ShareGroupDescribeRequestV1 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub group_ids: Vec<String>,
pub include_authorized_operations: bool,
}Expand description
ShareGroupDescribe v1 request.
Version 1 is the stable KIP-932 wire shape. Kafka 4.0’s early-access v0 was removed in Kafka 4.1, so the public protocol surface starts at v1.
Fields§
§correlation_id: i32§client_id: Option<String>§group_ids: Vec<String>Implementations§
Trait Implementations§
Source§fn clone(&self) -> ShareGroupDescribeRequestV1
fn clone(&self) -> ShareGroupDescribeRequestV1
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 moreAuto Trait Implementations§
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