pub struct EventsPage {
pub after: Option<String>,
}Expand description
Cursor pagination block returned by GET /api/v2/events.
Fields§
§after: Option<String>Cursor token for the next page; absent when no further pages exist.
Trait Implementations§
Source§impl Clone for EventsPage
impl Clone for EventsPage
Source§fn clone(&self) -> EventsPage
fn clone(&self) -> EventsPage
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 EventsPage
impl Debug for EventsPage
Source§impl Default for EventsPage
impl Default for EventsPage
Source§fn default() -> EventsPage
fn default() -> EventsPage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EventsPage
impl<'de> Deserialize<'de> for EventsPage
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
Source§impl PartialEq for EventsPage
impl PartialEq for EventsPage
Source§impl Serialize for EventsPage
impl Serialize for EventsPage
impl Eq for EventsPage
impl StructuralPartialEq for EventsPage
Auto Trait Implementations§
impl Freeze for EventsPage
impl RefUnwindSafe for EventsPage
impl Send for EventsPage
impl Sync for EventsPage
impl Unpin for EventsPage
impl UnsafeUnpin for EventsPage
impl UnwindSafe for EventsPage
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.