pub struct GetNews { /* private fields */ }Expand description
The endpoint for a specific news item
Implementations§
Trait Implementations§
Source§impl Endpoint for GetNews
impl Endpoint for GetNews
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl NoPagination for GetNews
impl ReturnsJsonResponse for GetNews
Auto Trait Implementations§
impl Freeze for GetNews
impl RefUnwindSafe for GetNews
impl Send for GetNews
impl Sync for GetNews
impl Unpin for GetNews
impl UnwindSafe for GetNews
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