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