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