pub struct ListPaginatedEvents { /* private fields */ }Expand description
Request builder for Events::list_paginated.
Implementations§
Source§impl ListPaginatedEvents
impl ListPaginatedEvents
Sourcepub fn order(self, order: impl Into<String>) -> Self
pub fn order(self, order: impl Into<String>) -> Self
Comma-separated list of fields to order by.
Sourcepub fn include_chat(self, include: bool) -> Self
pub fn include_chat(self, include: bool) -> Self
Include chat data in response.
Sourcepub fn include_template(self, include: bool) -> Self
pub fn include_template(self, include: bool) -> Self
Include template data in response.
Sourcepub fn recurrence(self, recurrence: impl Into<String>) -> Self
pub fn recurrence(self, recurrence: impl Into<String>) -> Self
Filter by recurrence pattern.
Sourcepub async fn send(self) -> Result<EventsPagination, GammaError>
pub async fn send(self) -> Result<EventsPagination, GammaError>
Execute the request.
Auto Trait Implementations§
impl !RefUnwindSafe for ListPaginatedEvents
impl !UnwindSafe for ListPaginatedEvents
impl Freeze for ListPaginatedEvents
impl Send for ListPaginatedEvents
impl Sync for ListPaginatedEvents
impl Unpin for ListPaginatedEvents
impl UnsafeUnpin for ListPaginatedEvents
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