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