Struct redmine_api::api::time_entries::ListTimeEntriesBuilder
source · [−]pub struct ListTimeEntriesBuilder<'a> { /* private fields */ }
Expand description
Builder for ListTimeEntries
.
Implementations
project id or name as it appears in the URL on which the time was spent
activity for the spent time
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ListTimeEntriesBuilder<'a>
impl<'a> Send for ListTimeEntriesBuilder<'a>
impl<'a> Sync for ListTimeEntriesBuilder<'a>
impl<'a> Unpin for ListTimeEntriesBuilder<'a>
impl<'a> UnwindSafe for ListTimeEntriesBuilder<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more