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