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