pub struct DescribeTransactionsRequestV0 {
pub correlation_id: i32,
pub client_id: Option<String>,
pub transactional_ids: Vec<String>,
}Fields§
§correlation_id: i32§client_id: Option<String>§transactional_ids: Vec<String>Implementations§
Trait Implementations§
Source§impl Clone for DescribeTransactionsRequestV0
impl Clone for DescribeTransactionsRequestV0
Source§fn clone(&self) -> DescribeTransactionsRequestV0
fn clone(&self) -> DescribeTransactionsRequestV0
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 DescribeTransactionsRequestV0
impl StructuralPartialEq for DescribeTransactionsRequestV0
Auto Trait Implementations§
impl Freeze for DescribeTransactionsRequestV0
impl RefUnwindSafe for DescribeTransactionsRequestV0
impl Send for DescribeTransactionsRequestV0
impl Sync for DescribeTransactionsRequestV0
impl Unpin for DescribeTransactionsRequestV0
impl UnsafeUnpin for DescribeTransactionsRequestV0
impl UnwindSafe for DescribeTransactionsRequestV0
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