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