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