pub struct TransactionListResponse {
pub data: Vec<TransactionData>,
pub links: Pagination<TransactionListResponse>,
}
Fields§
§data: Vec<TransactionData>
§links: Pagination<TransactionListResponse>
Trait Implementations§
Source§impl Debug for TransactionListResponse
impl Debug for TransactionListResponse
Source§impl<'de> Deserialize<'de> for TransactionListResponse
impl<'de> Deserialize<'de> for TransactionListResponse
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
Source§impl RestPath<()> for TransactionListResponse
impl RestPath<()> for TransactionListResponse
Auto Trait Implementations§
impl Freeze for TransactionListResponse
impl RefUnwindSafe for TransactionListResponse
impl Send for TransactionListResponse
impl Sync for TransactionListResponse
impl Unpin for TransactionListResponse
impl UnwindSafe for TransactionListResponse
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