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