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