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