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