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