pub struct DescribeTransactionsRequestData {
pub transactional_ids: Vec<KafkaString>,
pub _unknown_tagged_fields: Vec<RawTaggedField>,
}Fields§
§transactional_ids: Vec<KafkaString>Array of transactionalIds to include in describe results. If empty, then no results will be returned.
_unknown_tagged_fields: Vec<RawTaggedField>Implementations§
Trait Implementations§
Source§impl Clone for DescribeTransactionsRequestData
impl Clone for DescribeTransactionsRequestData
Source§fn clone(&self) -> DescribeTransactionsRequestData
fn clone(&self) -> DescribeTransactionsRequestData
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 PartialEq for DescribeTransactionsRequestData
impl PartialEq for DescribeTransactionsRequestData
Source§fn eq(&self, other: &DescribeTransactionsRequestData) -> bool
fn eq(&self, other: &DescribeTransactionsRequestData) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for DescribeTransactionsRequestData
Auto Trait Implementations§
impl Freeze for DescribeTransactionsRequestData
impl RefUnwindSafe for DescribeTransactionsRequestData
impl Send for DescribeTransactionsRequestData
impl Sync for DescribeTransactionsRequestData
impl Unpin for DescribeTransactionsRequestData
impl UnsafeUnpin for DescribeTransactionsRequestData
impl UnwindSafe for DescribeTransactionsRequestData
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