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