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