pub struct OffsetDeleteRequestPartition {
pub partition_index: i32,
pub unknown_tagged_fields: UnknownTaggedFields,
}Fields§
§partition_index: i32§unknown_tagged_fields: UnknownTaggedFieldsTrait Implementations§
Source§impl Clone for OffsetDeleteRequestPartition
impl Clone for OffsetDeleteRequestPartition
Source§fn clone(&self) -> OffsetDeleteRequestPartition
fn clone(&self) -> OffsetDeleteRequestPartition
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 OffsetDeleteRequestPartition
impl Debug for OffsetDeleteRequestPartition
Source§impl Decode<'_> for OffsetDeleteRequestPartition
impl Decode<'_> for OffsetDeleteRequestPartition
Source§impl Default for OffsetDeleteRequestPartition
impl Default for OffsetDeleteRequestPartition
Source§fn default() -> OffsetDeleteRequestPartition
fn default() -> OffsetDeleteRequestPartition
Returns the “default value” for a type. Read more
impl Eq for OffsetDeleteRequestPartition
Source§impl PartialEq for OffsetDeleteRequestPartition
impl PartialEq for OffsetDeleteRequestPartition
Source§fn eq(&self, other: &OffsetDeleteRequestPartition) -> bool
fn eq(&self, other: &OffsetDeleteRequestPartition) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for OffsetDeleteRequestPartition
Auto Trait Implementations§
impl Freeze for OffsetDeleteRequestPartition
impl RefUnwindSafe for OffsetDeleteRequestPartition
impl Send for OffsetDeleteRequestPartition
impl Sync for OffsetDeleteRequestPartition
impl Unpin for OffsetDeleteRequestPartition
impl UnsafeUnpin for OffsetDeleteRequestPartition
impl UnwindSafe for OffsetDeleteRequestPartition
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