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