pub struct GetSeries { /* private fields */ }Expand description
Request builder for getting a single series
Implementations§
Source§impl GetSeries
impl GetSeries
Sourcepub fn include_chat(self, include: bool) -> Self
pub fn include_chat(self, include: bool) -> Self
Include chat data in response
Sourcepub async fn send(self) -> Result<SeriesData, GammaError>
pub async fn send(self) -> Result<SeriesData, GammaError>
Execute the request
Auto Trait Implementations§
impl !RefUnwindSafe for GetSeries
impl !UnwindSafe for GetSeries
impl Freeze for GetSeries
impl Send for GetSeries
impl Sync for GetSeries
impl Unpin for GetSeries
impl UnsafeUnpin for GetSeries
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