Struct redmine_api::api::time_entries::ListTimeEntries   
source · [−]pub struct ListTimeEntries<'a> { /* private fields */ }Expand description
The endpoint for all time entries
Implementations
sourceimpl<'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
sourceimpl<'a> Debug for ListTimeEntries<'a>
 
impl<'a> Debug for ListTimeEntries<'a>
sourceimpl<'a> Endpoint for ListTimeEntries<'a>
 
impl<'a> Endpoint for ListTimeEntries<'a>
sourcefn parameters(&self) -> QueryParams<'_>
 
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
sourceimpl<'a> Pageable for ListTimeEntries<'a>
 
impl<'a> Pageable for ListTimeEntries<'a>
sourcefn 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> 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
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more