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