pub struct ListIssues { /* private fields */ }
Expand description
The endpoint for all Redmine issues
Implementations§
Source§impl ListIssues
impl ListIssues
Sourcepub fn builder() -> ListIssuesBuilder
pub fn builder() -> ListIssuesBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for ListIssues
impl Clone for ListIssues
Source§fn clone(&self) -> ListIssues
fn clone(&self) -> ListIssues
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 ListIssues
impl Debug for ListIssues
Source§impl Endpoint for ListIssues
impl Endpoint for ListIssues
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
Source§impl Pageable for ListIssues
impl Pageable for ListIssues
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 ListIssues
Auto Trait Implementations§
impl Freeze for ListIssues
impl RefUnwindSafe for ListIssues
impl Send for ListIssues
impl Sync for ListIssues
impl Unpin for ListIssues
impl UnwindSafe for ListIssues
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