pub struct DescribeTransactionsTopicV0 {
pub topic: String,
pub partitions: Vec<i32>,
}Fields§
§topic: String§partitions: Vec<i32>Trait Implementations§
Source§impl Clone for DescribeTransactionsTopicV0
impl Clone for DescribeTransactionsTopicV0
Source§fn clone(&self) -> DescribeTransactionsTopicV0
fn clone(&self) -> DescribeTransactionsTopicV0
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 DescribeTransactionsTopicV0
impl Debug for DescribeTransactionsTopicV0
impl Eq for DescribeTransactionsTopicV0
impl StructuralPartialEq for DescribeTransactionsTopicV0
Auto Trait Implementations§
impl Freeze for DescribeTransactionsTopicV0
impl RefUnwindSafe for DescribeTransactionsTopicV0
impl Send for DescribeTransactionsTopicV0
impl Sync for DescribeTransactionsTopicV0
impl Unpin for DescribeTransactionsTopicV0
impl UnsafeUnpin for DescribeTransactionsTopicV0
impl UnwindSafe for DescribeTransactionsTopicV0
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