Struct redmine_api::api::time_entries::CreateTimeEntry
source · pub struct CreateTimeEntry<'a> { /* private fields */ }
Expand description
The endpoint to create a Redmine time entry
Implementations§
source§impl<'a> CreateTimeEntry<'a>
impl<'a> CreateTimeEntry<'a>
sourcepub fn builder() -> CreateTimeEntryBuilder<'a>
pub fn builder() -> CreateTimeEntryBuilder<'a>
Create a builder for the endpoint.
Trait Implementations§
source§impl<'a> Clone for CreateTimeEntry<'a>
impl<'a> Clone for CreateTimeEntry<'a>
source§fn clone(&self) -> CreateTimeEntry<'a>
fn clone(&self) -> CreateTimeEntry<'a>
Returns a copy 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<'a> Debug for CreateTimeEntry<'a>
impl<'a> Debug for CreateTimeEntry<'a>
source§impl<'a> Endpoint for CreateTimeEntry<'a>
impl<'a> Endpoint for CreateTimeEntry<'a>
source§impl<'a> Serialize for CreateTimeEntry<'a>
impl<'a> Serialize for CreateTimeEntry<'a>
impl<'a> ReturnsJsonResponse for CreateTimeEntry<'a>
Auto Trait Implementations§
impl<'a> Freeze for CreateTimeEntry<'a>
impl<'a> RefUnwindSafe for CreateTimeEntry<'a>
impl<'a> Send for CreateTimeEntry<'a>
impl<'a> Sync for CreateTimeEntry<'a>
impl<'a> Unpin for CreateTimeEntry<'a>
impl<'a> UnwindSafe for CreateTimeEntry<'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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)