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