Struct redmine_api::api::versions::GetVersion
source · [−]pub struct GetVersion { /* private fields */ }Expand description
The endpoint for a specific Redmine project version
Implementations
sourceimpl GetVersion
impl GetVersion
sourcepub fn builder() -> GetVersionBuilder
pub fn builder() -> GetVersionBuilder
Create a builder for the endpoint.
Trait Implementations
sourceimpl Debug for GetVersion
impl Debug for GetVersion
sourceimpl Endpoint for GetVersion
impl Endpoint for GetVersion
sourcefn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl ReturnsJsonResponse for GetVersion
Auto Trait Implementations
impl RefUnwindSafe for GetVersion
impl Send for GetVersion
impl Sync for GetVersion
impl Unpin for GetVersion
impl UnwindSafe for GetVersion
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