Struct redmine_api::api::projects::GetProject
source · [−]pub struct GetProject<'a> { /* private fields */ }Expand description
The endpoint for a specific Redmine project
Implementations
sourceimpl<'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
sourceimpl<'a> Debug for GetProject<'a>
impl<'a> Debug for GetProject<'a>
sourceimpl<'a> Endpoint for GetProject<'a>
impl<'a> Endpoint for GetProject<'a>
sourcefn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl<'a> ReturnsJsonResponse for GetProject<'a>
Auto Trait Implementations
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
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