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