pub struct RedPacketClaimsPage { /* private fields */ }Implementations§
Source§impl RedPacketClaimsPage
impl RedPacketClaimsPage
pub fn end_cursor<T>(self, value: T) -> Self
pub fn has_next_page<T>(self, value: T) -> Self
pub fn records<T>(self, value: T) -> Self
pub fn start_cursor<T>(self, value: T) -> Self
pub fn total<T>(self, value: T) -> Self
Trait Implementations§
Source§impl Clone for RedPacketClaimsPage
impl Clone for RedPacketClaimsPage
Source§fn clone(&self) -> RedPacketClaimsPage
fn clone(&self) -> RedPacketClaimsPage
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 RedPacketClaimsPage
impl Debug for RedPacketClaimsPage
Source§impl Default for RedPacketClaimsPage
impl Default for RedPacketClaimsPage
Source§impl From<RedPacketClaimsPage> for RedPacketClaimsPage
impl From<RedPacketClaimsPage> for RedPacketClaimsPage
Source§fn from(value: RedPacketClaimsPage) -> Self
fn from(value: RedPacketClaimsPage) -> Self
Converts to this type from the input type.
Source§impl TryFrom<RedPacketClaimsPage> for RedPacketClaimsPage
impl TryFrom<RedPacketClaimsPage> for RedPacketClaimsPage
Source§type Error = ConversionError
type Error = ConversionError
The type returned in the event of a conversion error.
Source§fn try_from(value: RedPacketClaimsPage) -> Result<Self, ConversionError>
fn try_from(value: RedPacketClaimsPage) -> Result<Self, ConversionError>
Performs the conversion.
Auto Trait Implementations§
impl Freeze for RedPacketClaimsPage
impl RefUnwindSafe for RedPacketClaimsPage
impl Send for RedPacketClaimsPage
impl Sync for RedPacketClaimsPage
impl Unpin for RedPacketClaimsPage
impl UnwindSafe for RedPacketClaimsPage
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