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