pub struct PageMeta {
pub next_cursor: Option<String>,
pub has_more: bool,
}
Fields§
§next_cursor: Option<String>
§has_more: bool
Trait Implementations§
Source§impl<'de> Deserialize<'de> for PageMeta
impl<'de> Deserialize<'de> for PageMeta
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 PageMeta
impl RefUnwindSafe for PageMeta
impl Send for PageMeta
impl Sync for PageMeta
impl Unpin for PageMeta
impl UnwindSafe for PageMeta
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