pub struct GetVersion { /* private fields */ }
Expand description
The endpoint for a specific Redmine project version
Implementations§
Source§impl GetVersion
impl GetVersion
Sourcepub fn builder() -> GetVersionBuilder
pub fn builder() -> GetVersionBuilder
Create a builder for the endpoint.
Trait Implementations§
Source§impl Clone for GetVersion
impl Clone for GetVersion
Source§fn clone(&self) -> GetVersion
fn clone(&self) -> GetVersion
Returns a duplicate 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 Debug for GetVersion
impl Debug for GetVersion
Source§impl Endpoint for GetVersion
impl Endpoint for GetVersion
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl NoPagination for GetVersion
impl ReturnsJsonResponse for GetVersion
Auto Trait Implementations§
impl Freeze for GetVersion
impl RefUnwindSafe for GetVersion
impl Send for GetVersion
impl Sync for GetVersion
impl Unpin for GetVersion
impl UnwindSafe for GetVersion
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