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