Struct redmine_api::api::versions::ListVersionsBuilder
source · [−]pub struct ListVersionsBuilder<'a> { /* private fields */ }Expand description
Builder for ListVersions.
Implementations
The project Id or the project name as it appears in the URL for the project whose versions we want to list
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for ListVersionsBuilder<'a>
impl<'a> Send for ListVersionsBuilder<'a>
impl<'a> Sync for ListVersionsBuilder<'a>
impl<'a> Unpin for ListVersionsBuilder<'a>
impl<'a> UnwindSafe for ListVersionsBuilder<'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