pub struct ListTransactionsResponse {
pub data: Vec<TransactionResource>,
pub links: ResponseLinks,
}
Fields§
§data: Vec<TransactionResource>
The list of transactions returned in this response.
links: ResponseLinks
Implementations§
Trait Implementations§
Source§impl Debug for ListTransactionsResponse
impl Debug for ListTransactionsResponse
Source§impl<'de> Deserialize<'de> for ListTransactionsResponse
impl<'de> Deserialize<'de> for ListTransactionsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for ListTransactionsResponse
impl RefUnwindSafe for ListTransactionsResponse
impl Send for ListTransactionsResponse
impl Sync for ListTransactionsResponse
impl Unpin for ListTransactionsResponse
impl UnwindSafe for ListTransactionsResponse
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