pub struct FetchTopicResponseV13 {
pub topic_id: [u8; 16],
pub partitions: Vec<FetchPartitionResponseV13>,
}Fields§
§topic_id: [u8; 16]§partitions: Vec<FetchPartitionResponseV13>Trait Implementations§
Source§impl Clone for FetchTopicResponseV13
impl Clone for FetchTopicResponseV13
Source§fn clone(&self) -> FetchTopicResponseV13
fn clone(&self) -> FetchTopicResponseV13
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 FetchTopicResponseV13
impl Debug for FetchTopicResponseV13
impl Eq for FetchTopicResponseV13
Source§impl PartialEq for FetchTopicResponseV13
impl PartialEq for FetchTopicResponseV13
impl StructuralPartialEq for FetchTopicResponseV13
Auto Trait Implementations§
impl Freeze for FetchTopicResponseV13
impl RefUnwindSafe for FetchTopicResponseV13
impl Send for FetchTopicResponseV13
impl Sync for FetchTopicResponseV13
impl Unpin for FetchTopicResponseV13
impl UnsafeUnpin for FetchTopicResponseV13
impl UnwindSafe for FetchTopicResponseV13
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