pub struct ListNews {}
Expand description
The endpoint for all news
Implementations§
Trait Implementations§
Source§impl Endpoint for ListNews
impl Endpoint for ListNews
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Source§impl Pageable for ListNews
impl Pageable for ListNews
Source§fn response_wrapper_key(&self) -> String
fn response_wrapper_key(&self) -> String
returns the name of the key in the response that contains the list of results
impl ReturnsJsonResponse for ListNews
Auto Trait Implementations§
impl Freeze for ListNews
impl RefUnwindSafe for ListNews
impl Send for ListNews
impl Sync for ListNews
impl Unpin for ListNews
impl UnwindSafe for ListNews
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