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