Struct redmine_api::api::time_entries::ListTimeEntries
source · pub struct ListTimeEntries<'a> { /* private fields */ }
Expand description
The endpoint for all time entries
Implementations§
source§impl<'a> ListTimeEntries<'a>
impl<'a> ListTimeEntries<'a>
sourcepub fn builder() -> ListTimeEntriesBuilder<'a>
pub fn builder() -> ListTimeEntriesBuilder<'a>
Create a builder for the endpoint.
Trait Implementations§
source§impl<'a> Debug for ListTimeEntries<'a>
impl<'a> Debug for ListTimeEntries<'a>
source§impl<'a> Endpoint for ListTimeEntries<'a>
impl<'a> Endpoint for ListTimeEntries<'a>
source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
source§impl<'a> Pageable for ListTimeEntries<'a>
impl<'a> Pageable for ListTimeEntries<'a>
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<'a> ReturnsJsonResponse for ListTimeEntries<'a>
Auto Trait Implementations§
impl<'a> Freeze for ListTimeEntries<'a>
impl<'a> RefUnwindSafe for ListTimeEntries<'a>
impl<'a> Send for ListTimeEntries<'a>
impl<'a> Sync for ListTimeEntries<'a>
impl<'a> Unpin for ListTimeEntries<'a>
impl<'a> UnwindSafe for ListTimeEntries<'a>
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