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> Clone for GetProject<'a>
impl<'a> Clone for GetProject<'a>
Source§fn clone(&self) -> GetProject<'a>
fn clone(&self) -> GetProject<'a>
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<'a> Debug for GetProject<'a>
impl<'a> Debug for GetProject<'a>
Source§impl Endpoint for GetProject<'_>
impl Endpoint for GetProject<'_>
Source§fn parameters(&self) -> QueryParams<'_>
fn parameters(&self) -> QueryParams<'_>
Query parameters for the endpoint.
impl NoPagination for GetProject<'_>
impl ReturnsJsonResponse for GetProject<'_>
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