pub struct LogSearchPage {
pub after: Option<String>,
}Expand description
Cursor pagination block returned by POST /api/v2/logs/events/search.
Fields§
§after: Option<String>Cursor token for the next page; absent when no further pages exist.
Trait Implementations§
Source§impl Clone for LogSearchPage
impl Clone for LogSearchPage
Source§fn clone(&self) -> LogSearchPage
fn clone(&self) -> LogSearchPage
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 LogSearchPage
impl Debug for LogSearchPage
Source§impl Default for LogSearchPage
impl Default for LogSearchPage
Source§fn default() -> LogSearchPage
fn default() -> LogSearchPage
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for LogSearchPage
impl<'de> Deserialize<'de> for LogSearchPage
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 LogSearchPage
impl PartialEq for LogSearchPage
Source§impl Serialize for LogSearchPage
impl Serialize for LogSearchPage
impl Eq for LogSearchPage
impl StructuralPartialEq for LogSearchPage
Auto Trait Implementations§
impl Freeze for LogSearchPage
impl RefUnwindSafe for LogSearchPage
impl Send for LogSearchPage
impl Sync for LogSearchPage
impl Unpin for LogSearchPage
impl UnsafeUnpin for LogSearchPage
impl UnwindSafe for LogSearchPage
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.