pub struct EndTxnResponseV3 {
pub throttle_time_ms: i32,
pub error_code: i16,
}Expand description
EndTxn v3 response with flexible tagged fields.
Fields§
§throttle_time_ms: i32§error_code: i16Implementations§
Source§impl EndTxnResponseV3
impl EndTxnResponseV3
pub fn decode_body(decoder: &mut Decoder<'_>) -> Result<Self>
Trait Implementations§
Source§impl Clone for EndTxnResponseV3
impl Clone for EndTxnResponseV3
Source§fn clone(&self) -> EndTxnResponseV3
fn clone(&self) -> EndTxnResponseV3
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 EndTxnResponseV3
impl Debug for EndTxnResponseV3
impl Eq for EndTxnResponseV3
Source§impl PartialEq for EndTxnResponseV3
impl PartialEq for EndTxnResponseV3
impl StructuralPartialEq for EndTxnResponseV3
Auto Trait Implementations§
impl Freeze for EndTxnResponseV3
impl RefUnwindSafe for EndTxnResponseV3
impl Send for EndTxnResponseV3
impl Sync for EndTxnResponseV3
impl Unpin for EndTxnResponseV3
impl UnsafeUnpin for EndTxnResponseV3
impl UnwindSafe for EndTxnResponseV3
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