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