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