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