pub struct TransactionListLinks {
pub next: Option<Link>,
}
Expand description
Describes links in the Transactions object in transactions response.
Fields§
§next: Option<Link>
Trait Implementations§
Source§impl Debug for TransactionListLinks
impl Debug for TransactionListLinks
Source§impl<'de> Deserialize<'de> for TransactionListLinks
impl<'de> Deserialize<'de> for TransactionListLinks
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 TransactionListLinks
impl RefUnwindSafe for TransactionListLinks
impl Send for TransactionListLinks
impl Sync for TransactionListLinks
impl Unpin for TransactionListLinks
impl UnwindSafe for TransactionListLinks
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