pub struct StreamsGroupDescribeRequestV0 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub group_ids: Vec<String>,
pub include_authorized_operations: bool,
}Expand description
StreamsGroupDescribe v0 request.
Fields§
§correlation_id: i32§client_id: Option<String>§group_ids: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for StreamsGroupDescribeRequestV0
impl Clone for StreamsGroupDescribeRequestV0
Source§fn clone(&self) -> StreamsGroupDescribeRequestV0
fn clone(&self) -> StreamsGroupDescribeRequestV0
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 moreimpl Eq for StreamsGroupDescribeRequestV0
impl StructuralPartialEq for StreamsGroupDescribeRequestV0
Auto Trait Implementations§
impl Freeze for StreamsGroupDescribeRequestV0
impl RefUnwindSafe for StreamsGroupDescribeRequestV0
impl Send for StreamsGroupDescribeRequestV0
impl Sync for StreamsGroupDescribeRequestV0
impl Unpin for StreamsGroupDescribeRequestV0
impl UnsafeUnpin for StreamsGroupDescribeRequestV0
impl UnwindSafe for StreamsGroupDescribeRequestV0
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