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