pub struct MetaPaginated {
pub request_id: String,
pub pagination: Pagination,
}
Expand description
Information about this response.
Fields§
§request_id: String
Unique ID for the request relating to this response. Provide this when contacting Paddle support about a specific request.
pagination: Pagination
Keys used for working with paginated results.
Trait Implementations§
Source§impl Clone for MetaPaginated
impl Clone for MetaPaginated
Source§fn clone(&self) -> MetaPaginated
fn clone(&self) -> MetaPaginated
Returns a duplicate of the value. Read more
1.0.0 · 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 MetaPaginated
impl Debug for MetaPaginated
Source§impl<'de> Deserialize<'de> for MetaPaginated
impl<'de> Deserialize<'de> for MetaPaginated
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 MetaPaginated
impl RefUnwindSafe for MetaPaginated
impl Send for MetaPaginated
impl Sync for MetaPaginated
impl Unpin for MetaPaginated
impl UnwindSafe for MetaPaginated
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