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