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