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