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