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